aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-17 10:36:06 +0200
committerHarald Welte <laforge@osmocom.org>2020-04-17 10:37:53 +0200
commite616cbad62d3d19134004c9e4f1accf0372d34db (patch)
tree77e635c0ea56909c9f7c7f58d2ef2e4a61769ae6
parent898c9c6af8f55f7c042812255c87223754c4a5ff (diff)
ports.h: Add 4268 for UECUPS VTY
-rw-r--r--include/osmocom/vty/ports.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h
index 201e1157..56f73077 100644
--- a/include/osmocom/vty/ports.h
+++ b/include/osmocom/vty/ports.h
@@ -34,4 +34,5 @@
#define OSMO_VTY_PORT_HNBGW 4261
/* 4262-4263 used by control interface */
#define OSMO_VTY_PORT_CBC 4264
+#define OSMO_VTY_PORT_UECUPS 4268
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */