Change in osmo-bsc[master]: ipaccess-config: Use enum value for OML IP

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue Nov 6 16:58:02 UTC 2018


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 <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181106/569d3598/attachment.htm>


More information about the gerrit-log mailing list