Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/11641
Change subject: ipaccess-config: Use enum value for OML IP
......................................................................
ipaccess-config: Use enum value for OML IP
Change-Id: I3a708c3ba2271d9968daa264736411c9326fc404
---
M src/ipaccess/ipaccess-config.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/41/11641/1
diff --git a/src/ipaccess/ipaccess-config.c b/src/ipaccess/ipaccess-config.c
index 5491700..0fb5ad9 100644
--- a/src/ipaccess/ipaccess-config.c
+++ b/src/ipaccess/ipaccess-config.c
@@ -409,7 +409,7 @@
msgb_put_u8(nmsg, NM_ATT_IPACC_PRIM_OML_CFG_LIST);
msgb_put_u16(nmsg, len);
- msgb_put_u8(nmsg, 0x88);
+ msgb_put_u8(nmsg, NM_ATT_IPACC_PRIM_OML_CFG);
/* IP address */
msgb_put_u32(nmsg, ip);
--
To view, visit https://gerrit.osmocom.org/11641
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a708c3ba2271d9968daa264736411c9326fc404
Gerrit-Change-Number: 11641
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>