blob: c62bf2a1638597e76445c5022906a8cea0d5061e [file] [log] [blame]
"""Constants for test."""
# ports of lte service websocket interface
class PortNumber:
URI_MME = '9000'
URI_ENB = '9001'
URI_UE = '9002'
URI_IMS = '9003'
URI_MBMS = '9004'
URI_PROBE = '9005'
URI_LICENSE = '9006'
URI_MON = '9007'
URI_VIEW = '9008'