jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/34606?usp=email )
Change subject: Correctly use SUP_WRITE() macro for GSM 850
......................................................................
Correctly use SUP_WRITE() macro for GSM 850
Change-Id: I52c99c63e38934fb26c26dba5bf2551ea311228b
---
M src/host/layer23/src/mobile/vty_interface.c
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/06/34606/1
diff --git a/src/host/layer23/src/mobile/vty_interface.c
b/src/host/layer23/src/mobile/vty_interface.c
index 2384e04..aabb449 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -1212,7 +1212,7 @@
SUP_WRITE(p_gsm, "p-gsm");
SUP_WRITE(e_gsm, "e-gsm");
SUP_WRITE(r_gsm, "r-gsm");
- SUP_WRITE(pcs, "gsm-850");
+ SUP_WRITE(gsm_850, "gsm-850");
SUP_WRITE(gsm_480, "gsm-480");
SUP_WRITE(gsm_450, "gsm-450");
SUP_WRITE(dcs, "dcs");
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/34606?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I52c99c63e38934fb26c26dba5bf2551ea311228b
Gerrit-Change-Number: 34606
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange