fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/17614 )


Change subject: BSSGP: cosmetic use OSMO_IMSI_BUF_SIZE from libosmocore
......................................................................

BSSGP: cosmetic use OSMO_IMSI_BUF_SIZE from libosmocore

Change-Id: I2079118100a3422e9c2ee63a5ac74e3ee81080b3
---
M src/gprs_bssgp_pcu.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/14/17614/1

diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 0be3b3d..efddc03 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -188,7 +188,7 @@

 static int gprs_bssgp_pcu_rx_paging_ps(struct msgb *msg, struct tlv_parsed *tp)
 {
-       char imsi[16];
+       char imsi[OSMO_IMSI_BUF_SIZE];
        uint16_t pgroup;
        const uint8_t *mi;
        uint8_t mi_len;

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I2079118100a3422e9c2ee63a5ac74e3ee81080b3
Gerrit-Change-Number: 17614
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilira...@gmail.com>
Gerrit-MessageType: newchange

Reply via email to