Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/13589
Change subject: use new OSMO_IMSI_SIZE
......................................................................
use new OSMO_IMSI_SIZE
Depends: Id11ada4c96b79f7f0ad58185ab7dbf24622fb770 (libosmocore)
Change-Id: I8e8fa221e97303df3c6cce96b25d31a53f67b939
---
M src/hlr_ussd.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/89/13589/1
diff --git a/src/hlr_ussd.c b/src/hlr_ussd.c
index 56a5a95..3c55c42 100644
--- a/src/hlr_ussd.c
+++ b/src/hlr_ussd.c
@@ -150,7 +150,7 @@
/* link us to hlr->ss_sessions */
struct llist_head list;
/* imsi of this session */
- char imsi[GSM23003_IMSI_MAX_DIGITS+2];
+ char imsi[OSMO_IMSI_SIZE];
/* ID of this session (unique per IMSI) */
uint32_t session_id;
/* state of the session */
--
To view, visit https://gerrit.osmocom.org/13589
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e8fa221e97303df3c6cce96b25d31a53f67b939
Gerrit-Change-Number: 13589
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>