Change in osmo-pcu[master]: BSSGP: cosmetic use OSMO_IMSI_BUF_SIZE from libosmocore

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

pespin gerrit-no-reply at lists.osmocom.org
Fri Mar 27 14:55:22 UTC 2020


pespin has submitted this change. ( 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(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



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: 3
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200327/c56e8b91/attachment.htm>


More information about the gerrit-log mailing list