1"""Constants for test.""" 2 3 4# ports of lte service websocket interface 5class PortNumber: 6 URI_MME = '9000' 7 URI_ENB = '9001' 8 URI_UE = '9002' 9 URI_IMS = '9003' 10 URI_MBMS = '9004' 11 URI_PROBE = '9005' 12 URI_LICENSE = '9006' 13 URI_MON = '9007' 14 URI_VIEW = '9008' 15