aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/oml.c')
-rw-r--r--src/common/oml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/oml.c b/src/common/oml.c
index 03fdc564..568d4068 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -275,7 +275,7 @@ static int oml_tx_attr_resp(struct gsm_bts *bts, const struct abis_om_fom_hdr *f
default:
LOGP(DOML, LOGL_ERROR, "Unsupported MO class %s in Get Attribute Response\n",
get_value_string(abis_nm_obj_class_names, foh->obj_class));
- len = -NM_NACK_RES_NOTIMPL;
+ len = -NM_NACK_OBJCLASS_NOTSUPP;
}
if (len < 0) {