Neels Hofmeyr has submitted this change and it was merged. (
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(-)
Approvals:
Neels Hofmeyr: Looks good to me, approved
Jenkins Builder: Verified
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: merged
Gerrit-Change-Id: I3a708c3ba2271d9968daa264736411c9326fc404
Gerrit-Change-Number: 11641
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>