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 00b2471b..3d7c51ec 100644
--- a/src/gb/gprs_ns2_vty.c
+++ b/src/gb/gprs_ns2_vty.c
@@ -928,6 +928,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);
@@ -977,6 +980,7 @@ int gprs_ns2_vty_create() {
break;
}
case GPRS_NS2_LL_FR_GRE:
+ case GPRS_NS2_LL_UNDEF:
continue;
}
}