aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_vty.c
diff options
context:
space:
mode:
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;
}
}