Fix missing comma in SERVER_GNB definition

This commit is contained in:
Ken Whitesell 2020-04-28 19:20:50 -04:00
parent 0d0f11d67b
commit e479de555c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class CorenetServer(object):
#
# NGAP Server
SERVER_GNB = {'INET' : socket.AF_INET,
'IP' : '10.3.1.1'
'IP' : '10.3.1.1',
'port' : 38412,
'MAXCLI': SERVER_MAXCLI,
'errclo': True,