aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/vty.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-10-08 23:40:12 +0200
committerHarald Welte <laforge@gnumonks.org>2018-10-28 14:37:01 +0100
commit7d04de456db6be4e13bf1902ed42e40025c3b0b2 (patch)
treefc5a54b8d796703c1f33cecca0099a2333e11e02 /include/osmocom/msc/vty.h
parentf6400737f9f6f7d326030862fd6cbc7cab25b8f0 (diff)
WIP: SGs Interface initial codelaforge/sgsap
Diffstat (limited to 'include/osmocom/msc/vty.h')
-rw-r--r--include/osmocom/msc/vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/vty.h b/include/osmocom/msc/vty.h
index 6a55df776..2a3b18bdf 100644
--- a/include/osmocom/msc/vty.h
+++ b/include/osmocom/msc/vty.h
@@ -23,6 +23,7 @@ enum bsc_vty_node {
SMPP_NODE,
SMPP_ESME_NODE,
HLR_NODE,
+ CFG_SGS_NODE,
};
int bsc_vty_init_extra(void);