aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bsc/abis_om2000.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index f5d8095fc..dc233c69a 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -219,13 +219,13 @@ enum abis_om2k_msgtype {
OM2K_MSGT_FEATURE_CTRL_COMPL = 0x011a,
OM2K_MSGT_FEATURE_CTRL_REJ = 0x011b,
- OM2K_MSGT_MCTR_CONFIG_REQ = 0x012c,
- OM2K_MSGT_MCTR_CONFIG_REQ_ACK = 0x012e,
- OM2K_MSGT_MCTR_CONFIG_REQ_REJ = 0x012f,
+ OM2K_MSGT_MCTR_CONF_REQ = 0x012c,
+ OM2K_MSGT_MCTR_CONF_REQ_ACK = 0x012e,
+ OM2K_MSGT_MCTR_CONF_REQ_REJ = 0x012f,
- OM2K_MSGT_MCTR_CONFIG_RES_ACK = 0x0130,
- OM2K_MSGT_MCTR_CONFIG_RES_NACK = 0x0131,
- OM2K_MSGT_MCTR_CONFIG_RES = 0x0132,
+ OM2K_MSGT_MCTR_CONF_RES_ACK = 0x0130,
+ OM2K_MSGT_MCTR_CONF_RES_NACK = 0x0131,
+ OM2K_MSGT_MCTR_CONF_RES = 0x0132,
OM2K_MSGT_MCTR_STATS_REP_ACK = 0x0134,
OM2K_MSGT_MCTR_STATS_REP_NACK = 0x0135,