laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/42400?usp=email )
Change subject: layer23: gsm_mncc_names[]: fix whitespace in a string ......................................................................
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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
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" },