mirror of https://gerrit.osmocom.org/libosmocore
New <osmocom/ctrl/ports.h> file listing tcp ports for CTRL interface
parent
ae2fcb22cf
commit
c7947ed1f6
|
@ -39,6 +39,7 @@ nobase_include_HEADERS = \
|
|||
osmocom/crypt/gprs_cipher.h \
|
||||
osmocom/ctrl/control_cmd.h \
|
||||
osmocom/ctrl/control_if.h \
|
||||
osmocom/ctrl/ports.h \
|
||||
osmocom/gprs/gprs_bssgp.h \
|
||||
osmocom/gprs/gprs_bssgp_bss.h \
|
||||
osmocom/gprs/gprs_msgb.h \
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
/* TCP port numbers used for CTRL interfaces in osmocom projects */
|
||||
|
||||
#define OSMO_CTRL_PORT_NITB_BSC 4249
|
||||
#define OSMO_CTRL_PORT_BSC_NAT 4250
|
||||
#define OSMO_CTRL_PORT_SGSN 4251
|
Loading…
Reference in New Issue