From 412bc3494dad3f074a10dc5f0ffab97cb2f9c4da Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 19 Nov 2020 05:24:37 +0100 Subject: gprs_ns2: add new vty2 Change-Id: I163279cf57e84198dc8c53e1c109f5a9474670e9 --- src/gb/gprs_ns2_vty.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gb/gprs_ns2_vty.c') 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; } } -- cgit v1.2.3