aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl
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/ctrl
parentcosmetic: replace fprintf with LOGP (diff)
downloadlibosmocore-af4bb17a9345a093173d2ba98d0d4731314db8e5.tar.xz
libosmocore-af4bb17a9345a093173d2ba98d0d4731314db8e5.zip
Add CTRL port for OsmoHLR
Change-Id: I1328c89ec8e908bf4b4d2c0a398690278369e0f5 Related: OS#1645
Diffstat (limited to 'include/osmocom/ctrl')
-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. */