Change in osmo-sgsn[master]: Revert "gbproxy: fix formatting in gbproxy-state command"

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

Max gerrit-no-reply at lists.osmocom.org
Sun Nov 25 22:26:02 UTC 2018


Max has submitted this change and it was merged. ( https://gerrit.osmocom.org/11913 )

Change subject: Revert "gbproxy: fix formatting in gbproxy-state command"
......................................................................

Revert "gbproxy: fix formatting in gbproxy-state command"


In case of multiple bts peers we use '\n' as individual entries
separator.

This reverts commit fffd6cb0d8011442bb69974675f86ad087b7d8db.

Change-Id: I1ea17919ec3ed7e26044df8b5f8324717ee9e32c
---
M src/gprs/gb_proxy_ctrl.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gprs/gb_proxy_ctrl.c b/src/gprs/gb_proxy_ctrl.c
index 829d6f6..4b7c2f4 100644
--- a/src/gprs/gb_proxy_ctrl.c
+++ b/src/gprs/gb_proxy_ctrl.c
@@ -64,7 +64,7 @@
 		struct gprs_ra_id raid;
 		gsm48_parse_ra(&raid, peer->ra);
 
-		cmd->reply = talloc_asprintf_append(cmd->reply, "%u,%u,%u,%u,%u,%u,%s",
+		cmd->reply = talloc_asprintf_append(cmd->reply, "%u,%u,%u,%u,%u,%u,%s\n",
 				peer->nsei, peer->bvci,
 				raid.mcc, raid.mnc,
 				raid.lac, raid.rac,

-- 
To view, visit https://gerrit.osmocom.org/11913
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I1ea17919ec3ed7e26044df8b5f8324717ee9e32c
Gerrit-Change-Number: 11913
Gerrit-PatchSet: 3
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181125/a105060d/attachment.htm>


More information about the gerrit-log mailing list