This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Vadim Yanitskiy gerrit-no-reply at lists.osmocom.orgVadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/13700
Change subject: common/oml.c: use proper NACK reason in oml_tx_attr_resp()
......................................................................
common/oml.c: use proper NACK reason in oml_tx_attr_resp()
Change-Id: I482caa0747f81da2979bfbdbd22bd6962af728cd
---
M src/common/oml.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/00/13700/1
diff --git a/src/common/oml.c b/src/common/oml.c
index 83b8f29..f5e50c0 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -272,7 +272,7 @@
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) {
--
To view, visit https://gerrit.osmocom.org/13700
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I482caa0747f81da2979bfbdbd22bd6962af728cd
Gerrit-Change-Number: 13700
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190418/d6f8a594/attachment.htm>