fixeria has uploaded this change for review.
layer23: gsm_mncc_names[]: fix whitespace in a string
Change-Id: I93b5445db267985f3d8c53cde08ff28f166ae79c
---
M src/host/layer23/src/mobile/gsm48_cc.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/00/42400/1
diff --git a/src/host/layer23/src/mobile/gsm48_cc.c b/src/host/layer23/src/mobile/gsm48_cc.c
index 94b81cb..2a8823f 100644
--- a/src/host/layer23/src/mobile/gsm48_cc.c
+++ b/src/host/layer23/src/mobile/gsm48_cc.c
@@ -138,7 +138,7 @@
{ MNCC_CALL_CONF_REQ, "MNCC_CALL_CONF_REQ" },
{ MNCC_START_DTMF_REQ, "MNCC_START_DTMF_REQ" },
{ MNCC_STOP_DTMF_REQ, "MNCC_STOP_DTMF_REQ" },
- { MNCC_HOLD_REQ, "MNCC_HOLD_REQ " },
+ { MNCC_HOLD_REQ, "MNCC_HOLD_REQ" },
{ MNCC_RETRIEVE_REQ, "MNCC_RETRIEVE_REQ" },
{ MNCC_FRAME_RECV, "MNCC_FRAME_RECV" },
{ MNCC_FRAME_DROP, "MNCC_FRAME_DROP" },
To view, visit change 42400. To unsubscribe, or for help writing mail filters, visit settings.