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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: daniel <[email protected]>