aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-12 10:56:06 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-12 10:56:06 +0200
commitd83a127bb3839b95eaed5473774a726ec2665014 (patch)
tree7bb8be2ac59e39ec80a1a207b7826a4d160ef8be /openbsc/src/abis_nm.c
parentab46d7455b987e84d03109130183fcdaefbb1877 (diff)
add more ipaccess 12.21 object classes, NSVC only exists once
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";
}