pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/15356
Change subject: sgsn_vty: Fix mmctx rate_ctr output indentation
......................................................................
sgsn_vty: Fix mmctx rate_ctr output indentation
Change-Id: I1b89c179e1ba08b65e31727fdce90c7b578f4d6d
---
M src/gprs/sgsn_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/56/15356/1
diff --git a/src/gprs/sgsn_vty.c b/src/gprs/sgsn_vty.c
index d77701d..8637909 100644
--- a/src/gprs/sgsn_vty.c
+++ b/src/gprs/sgsn_vty.c
@@ -548,7 +548,7 @@
pfx, get_value_string(gprs_mm_st_strs, mm->gmm_state),
osmo_rai_name(&mm->ra), mm->gb.cell_id, VTY_NEWLINE);
- vty_out_rate_ctr_group(vty, " ", mm->ctrg);
+ vty_out_rate_ctr_group(vty, " ", mm->ctrg);
if (pdp) {
struct sgsn_pdp_ctx *pdp;
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/15356
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I1b89c179e1ba08b65e31727fdce90c7b578f4d6d
Gerrit-Change-Number: 15356
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange