aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-02-14 12:13:32 +0100
committerMax <msuraev@sysmocom.de>2017-02-14 12:13:32 +0100
commitaf4bb17a9345a093173d2ba98d0d4731314db8e5 (patch)
tree3a1d6ded900a993fbcd4c2f0315aaa2c4a53e245 /include/osmocom
parent6f0f560eab7bd28110b1bd1d3bcf97e2690e3d50 (diff)
Add CTRL port for OsmoHLR
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/ctrl/ports.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h
index 4bc2a247..101b8944 100644
--- a/include/osmocom/ctrl/ports.h
+++ b/include/osmocom/ctrl/ports.h
@@ -16,4 +16,5 @@
#define OSMO_CTRL_PORT_CSCN 4255
/* 4256 used by VTY interface */
#define OSMO_CTRL_PORT_GGSN 4257
+#define OSMO_CTRL_PORT_HLR 4259
/* When adding/changing port numbers, keep docs and wiki in sync. See above. */