libosmoctrl 1.11.0.30-c17053
Osmocom CTRL library
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
ports.h
Go to the documentation of this file.
1
9#pragma once
10
11
12#define OSMO_CTRL_PORT_TRX 4236
13/* 4237 used by VTY interface */
14#define OSMO_CTRL_PORT_BTS 4238
15#define OSMO_CTRL_PORT_BSC_NEIGH 4248 /* osmo-bsc Neighbor Resloution Service */
16#define OSMO_CTRL_PORT_NITB_BSC 4249
17#define OSMO_CTRL_PORT_BSC_NAT 4250
18#define OSMO_CTRL_PORT_SGSN 4251
19/* 4252-4254 used by VTY interface */
20#define OSMO_CTRL_PORT_MSC 4255
21/* 4256 used by VTY interface */
22#define OSMO_CTRL_PORT_GGSN 4257
23#define OSMO_CTRL_PORT_HLR 4259
24#define OSMO_CTRL_PORT_HNBGW 4262
25#define OSMO_CTRL_PORT_GBPROXY 4263
26/* 4264 used by VTY interface */
27#define OSMO_CTRL_PORT_CBC 4265
28/* 4266 used by D-GSM mDNS */
29#define OSMO_CTRL_PORT_MGW 4267
30#define OSMO_CTRL_PORT_SMLC 4272
31/* 4273 used by VTY interface */
32#define OSMO_CTRL_PORT_HNODEB 4274
33/* 4275: OSMO_VTY_PORT_UPF */
34#define OSMO_CTRL_PORT_UPF 4276
35/* 4277: OSMO_VTY_PORT_PFCP_TOOL */
36#define OSMO_CTRL_PORT_PFCP_TOOL 4278
37/* When adding/changing port numbers, keep docs and wiki in sync. See above. */