fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmocore/+/42409?usp=email )


Change subject: gsmtap_util: gsmtap_gsm_channel_names[]: fix PTCCH string
......................................................................

gsmtap_util: gsmtap_gsm_channel_names[]: fix PTCCH string

Change-Id: Ic65668ae0363b991966bcf8ba4fb913940639964
---
M src/core/gsmtap_util.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/09/42409/1

diff --git a/src/core/gsmtap_util.c b/src/core/gsmtap_util.c
index b46f273..1bda690 100644
--- a/src/core/gsmtap_util.c
+++ b/src/core/gsmtap_util.c
@@ -598,7 +598,7 @@
        { GSMTAP_CHANNEL_PACCH,         "PACCH" },
        { GSMTAP_CHANNEL_CBCH52,        "CBCH" },
        { GSMTAP_CHANNEL_PDCH,          "PDCH" } ,
-       { GSMTAP_CHANNEL_PTCCH,         "PTTCH" },
+       { GSMTAP_CHANNEL_PTCCH,         "PTCCH" },
        { GSMTAP_CHANNEL_CBCH51,        "CBCH" },
        { GSMTAP_CHANNEL_ACCH | GSMTAP_CHANNEL_SDCCH, "LSACCH" },
        { GSMTAP_CHANNEL_ACCH | GSMTAP_CHANNEL_SDCCH4, "SACCH/4" },

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/42409?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ic65668ae0363b991966bcf8ba4fb913940639964
Gerrit-Change-Number: 42409
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to