pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-hnbgw/+/28279 )


Change subject: mgw_fsm: Mark struct as const
......................................................................

mgw_fsm: Mark struct as const

Change-Id: Ie62f28587c08296429c0dabda7b6add67ffa010c
---
M src/osmo-hnbgw/mgw_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/79/28279/1

diff --git a/src/osmo-hnbgw/mgw_fsm.c b/src/osmo-hnbgw/mgw_fsm.c
index b84d87e..61219aa 100644
--- a/src/osmo-hnbgw/mgw_fsm.c
+++ b/src/osmo-hnbgw/mgw_fsm.c
@@ -122,7 +122,7 @@
        uint16_t msc_rtp_port;
 };

-struct osmo_tdef mgw_tdefs[] = {
+const struct osmo_tdef mgw_tdefs[] = {
        {.T = -2427, .default_val = 5, .desc = "timeout for MGCP response from 
MGW" },
        { }
 };

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/28279
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ie62f28587c08296429c0dabda7b6add67ffa010c
Gerrit-Change-Number: 28279
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to