aboutsummaryrefslogtreecommitdiffstats
path: root/src/hlr_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hlr_vty.c')
-rw-r--r--src/hlr_vty.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hlr_vty.c b/src/hlr_vty.c
index 6706aa4..9ecf8a3 100644
--- a/src/hlr_vty.c
+++ b/src/hlr_vty.c
@@ -133,10 +133,11 @@ DEFUN(cfg_hlr_gsup_bind_ip,
#define UROUTE_STR "Routing Configuration\n"
#define PREFIX_STR "Prefix-Matching Route\n" "USSD Prefix\n"
-#define INT_CHOICE "(own-msisdn|own-imsi)"
+#define INT_CHOICE "(own-msisdn|own-imsi|get-ran)"
#define INT_STR "Internal USSD Handler\n" \
"Respond with subscribers' own MSISDN\n" \
- "Respond with subscribers' own IMSI\n"
+ "Respond with subscribers' own IMSI\n" \
+ "Respond with available RAN types\n"
#define EXT_STR "External USSD Handler\n" \
"Name of External USSD Handler (IPA CCM ID)\n"