Change in osmo-hlr[master]: src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer size

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Sat May 25 12:23:12 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/14180


Change subject: src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer size
......................................................................

src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer size

Change-Id: I253e6a04a77c29f62d3c696515d115f8a829283b
Depends on: Idc74f4d94ad44b9fc1b6d43178f5f33d551ebfb1
---
M src/db.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/80/14180/1

diff --git a/src/db.h b/src/db.h
index 12e74f8..6e4bf49 100644
--- a/src/db.h
+++ b/src/db.h
@@ -73,7 +73,7 @@
 
 	int64_t		id;
 	char		imsi[GSM23003_IMSI_MAX_DIGITS+1];
-	char		msisdn[GT_MAX_DIGITS+1];
+	char		msisdn[GSM23003_MSISDN_MAX_DIGITS+1];
 	/* imeisv? */
 	char		imei[GSM23003_IMEI_NUM_DIGITS+1];
 	char		vlr_number[32];

-- 
To view, visit https://gerrit.osmocom.org/14180
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: I253e6a04a77c29f62d3c696515d115f8a829283b
Gerrit-Change-Number: 14180
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190525/1025df29/attachment.htm>


More information about the gerrit-log mailing list