fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/34364?usp=email )
Change subject: gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHF ...................................................................... gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHF Change-Id: I35ee30978820f2038f562b7703ca886852a4f708 Fixes: a7d7cf28 "gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURES" --- M include/osmocom/gsm/protocol/gsm_12_21.h M src/gsm/abis_nm.c 2 files changed, 12 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/64/34364/1 diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h index 1339362..39b1d45 100644 --- a/include/osmocom/gsm/protocol/gsm_12_21.h +++ b/include/osmocom/gsm/protocol/gsm_12_21.h @@ -805,7 +805,7 @@ #define NM_IPAC_F_CHANT_BCCH_SDCCH4_CBCH (1 << 6) #define NM_IPAC_F_CHANT_SDCCH8_CBCH (1 << 7) /*! ip.access support flags for NM_IPAC_EIE_CHAN_TYPES (2nd octet) */ -#define NM_IPAC_F_CHANT_PCCHF (1 << 8) +#define NM_IPAC_F_CHANT_PDCHF (1 << 8) #define NM_IPAC_F_CHANT_TCHF_PDCHF (1 << 9) #define NM_IPAC_F_CHANT_TCHH_PDCHH (1 << 10) #define NM_IPAC_F_CHANT_TCHF_TCHH (1 << 11) diff --git a/src/gsm/abis_nm.c b/src/gsm/abis_nm.c index 8059fc8..c4060e0 100644 --- a/src/gsm/abis_nm.c +++ b/src/gsm/abis_nm.c @@ -740,7 +740,7 @@ { NM_IPAC_F_CHANT_BCH, "BCH" }, { NM_IPAC_F_CHANT_BCCH_SDCCH4_CBCH, "BCCH+SDCCH/4+CBCH" }, { NM_IPAC_F_CHANT_SDCCH8_CBCH, "SDCCH/8+CBCH" }, - { NM_IPAC_F_CHANT_PCCHF, "PDCH/F" }, + { NM_IPAC_F_CHANT_PDCHF, "PDCH/F" }, { NM_IPAC_F_CHANT_TCHF_PDCHF, "TCH/F or PDCH/F" }, { NM_IPAC_F_CHANT_TCHH_PDCHH, "TCH/H+PDCH/H" }, { NM_IPAC_F_CHANT_TCHF_TCHH, "TCH/F or TCH/H" }, -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/34364?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I35ee30978820f2038f562b7703ca886852a4f708 Gerrit-Change-Number: 34364 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanits...@sysmocom.de> Gerrit-MessageType: newchange