[PATCH] osmo-iuh[master]: hnb-test: log accurate three-digit MNC with leading zeros

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Feb 22 05:35:22 UTC 2018


Review at  https://gerrit.osmocom.org/6670

hnb-test: log accurate three-digit MNC with leading zeros

Depends: Id2240f7f518494c9df6c8bda52c0d5092f90f221 (libosmocore)
Change-Id: Ie3dd206bca2f38a0ef7ee7f9d3b6bf2eacc899a4
---
M src/tests/hnb-test.c
1 file changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/70/6670/1

diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index 32f4ba8..4687d34 100644
--- a/src/tests/hnb-test.c
+++ b/src/tests/hnb-test.c
@@ -268,9 +268,10 @@
 	lai = (struct gsm48_loc_area_id *)&gh->data[0];
 
 	uint16_t mcc, mnc, lac;
-	gsm48_decode_lai(lai, &mcc, &mnc, &lac);
-	printf("LU: mcc %hd  mnc %hd  lac %hd\n",
-	       mcc, mnc, lac);
+	bool mnc_3_digits;
+	gsm48_decode_lai2(lai, &mcc, &mnc, &mnc_3_digits, &lac);
+	printf("LU: mcc %s  mnc %s  lac %hd\n",
+	       osmo_mcc_name(mcc), osmo_mnc_name(mnc, mnc_3_digits), lac);
 
 	struct tlv_parsed tp;
 	int parse_res;

-- 
To view, visit https://gerrit.osmocom.org/6670
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3dd206bca2f38a0ef7ee7f9d3b6bf2eacc899a4
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list