aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/abis_nm.c')
-rw-r--r--openbsc/src/abis_nm.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c
index b13ce55be..f2383e2fa 100644
--- a/openbsc/src/abis_nm.c
+++ b/openbsc/src/abis_nm.c
@@ -481,10 +481,8 @@ static const char *obj_class_name(u_int8_t oc)
return "GPRS NSE";
case NM_OC_GPRS_CELL:
return "GPRS CELL";
- case NM_OC_GPRS_NSVC0:
- return "GPRS NSVC0";
- case NM_OC_GPRS_NSVC1:
- return "GPRS NSVC1";
+ case NM_OC_GPRS_NSVC:
+ return "GPRS NSVC";
case NM_OC_BS11:
return "SIEMENSHW";
}