Change in osmo-gbproxy[master]: gb_proxy_ctrl: use mcc-mnc-lac-rac notation instead mcc, mnc, lac, rac

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

dexter gerrit-no-reply at lists.osmocom.org
Thu Feb 4 16:31:07 UTC 2021


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/22704 )


Change subject: gb_proxy_ctrl: use mcc-mnc-lac-rac notation instead mcc,mnc,lac,rac
......................................................................

gb_proxy_ctrl: use mcc-mnc-lac-rac notation instead mcc,mnc,lac,rac

The notation for the RAI used in the log is not compliant to the spec.

Change-Id: I6c8c3f3c017918fe847bfbcc153a12cf5f408bdb
Related: OS#4894
---
M src/gb_proxy_ctrl.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/04/22704/1

diff --git a/src/gb_proxy_ctrl.c b/src/gb_proxy_ctrl.c
index 794afd7..10d3727 100644
--- a/src/gb_proxy_ctrl.c
+++ b/src/gb_proxy_ctrl.c
@@ -94,7 +94,7 @@
 			struct gprs_ra_id raid;
 			gsm48_parse_ra(&raid, bvc->ra);
 
-			cmd->reply = talloc_asprintf_append(cmd->reply, "%u,%u,%u,%u,%u,%u,%s\n",
+			cmd->reply = talloc_asprintf_append(cmd->reply, "%u,%u,%u-%u-%u-%u,%s\n",
 					nse_peer->nsei, bvc->bvci,
 					raid.mcc, raid.mnc,
 					raid.lac, raid.rac,

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

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I6c8c3f3c017918fe847bfbcc153a12cf5f408bdb
Gerrit-Change-Number: 22704
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210204/83220810/attachment.htm>


More information about the gerrit-log mailing list