aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_vty.c
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-11-19 05:24:37 +0100
committerAlexander Couzens <lynxis@fe80.eu>2020-12-22 16:36:19 +0100
commit412bc3494dad3f074a10dc5f0ffab97cb2f9c4da (patch)
tree14f6cded85f5d30f02287946969815d4b489f5c2 /src/gb/gprs_ns2_vty.c
parentd2a61179a34282924e86ccaecdb95e3a3711d1ff (diff)
gprs_ns2: add new vty2
Diffstat (limited to 'src/gb/gprs_ns2_vty.c')
-rw-r--r--src/gb/gprs_ns2_vty.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gb/gprs_ns2_vty.c b/src/gb/gprs_ns2_vty.c
index e33869bb..9e09f0d9 100644
--- a/src/gb/gprs_ns2_vty.c
+++ b/src/gb/gprs_ns2_vty.c
@@ -935,6 +935,9 @@ int gprs_ns2_vty_create() {
case GPRS_NS2_LL_FR_GRE:
dialect = NS2_DIALECT_STATIC_RESETBLOCK;
continue;
+ case GPRS_NS2_LL_UNDEF:
+ /* should not happen */
+ OSMO_ASSERT(false);
}
nse = gprs_ns2_nse_by_nsei(vty_nsi, vtyvc->nsei);
@@ -984,6 +987,7 @@ int gprs_ns2_vty_create() {
break;
}
case GPRS_NS2_LL_FR_GRE:
+ case GPRS_NS2_LL_UNDEF:
continue;
}
}