diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-01-28 04:02:53 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-01-28 04:02:53 +0100 |
commit | 92fa18e6b800a27aa064a5fb8321cddd7383ae20 (patch) | |
tree | daacf01c1aab9988770aa94aa0473311991b90d1 /include/osmocom/vty | |
parent | 48f55833476439fc45fa4eaa4327beccdc92d44b (diff) |
vty/ports.h: reserve port 4258 for OsmoHLR VTY
Change-Id: I08cb52d9399a27e6876e45da36f434708c4fddef
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r-- | include/osmocom/vty/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index c5e396b4..e43b53f0 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -24,3 +24,4 @@ /* 4255 used by control interface */ #define OSMO_VTY_PORT_MNCC_SIP 4256 /* 4257 used by control interface */ +#define OSMO_VTY_PORT_HLR 4258 |