aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-17 17:11:35 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-20 17:21:26 +0100
commit2c472a3f7be82ac28de1fcaa7f2c73d6ca22fce0 (patch)
tree5c383af5f8c52df92bdbd7a57eec71ef34997312
parentd10a3c1b4abc8850a5275b83973c15573154f6ec (diff)
mgcp: Fix the management objects
-rw-r--r--src/mgcp_ss7.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mgcp_ss7.c b/src/mgcp_ss7.c
index 0c2caa5..dc058b6 100644
--- a/src/mgcp_ss7.c
+++ b/src/mgcp_ss7.c
@@ -358,13 +358,13 @@ static void allocate_endp(struct mgcp_ss7 *ss7, int endp_no)
MtnSaSetManObject(mgw_port, ChannelType_PORT,
ManObj_C_VOICE_OUTPUT_DIGITAL_GAIN, s_digital_out_gain, 0);
MtnSaSetManObject(mgw_port, ChannelType_PORT,
- ManObj_C_US_AGC_ENABLE, s_upstr_agc_enbl, 0);
+ ManObj_G_US_AGC_ENABLE, s_upstr_agc_enbl, 0);
MtnSaSetManObject(mgw_port, ChannelType_PORT,
- ManObj_C_DS_AGC_ENABLE, s_dwnstr_agc_enbl, 0);
+ ManObj_G_DS_AGC_ENABLE, s_dwnstr_agc_enbl, 0);
MtnSaSetManObject(mgw_port, ChannelType_PORT,
- ManObj_C_US_ADAPTION_RATE, s_upstr_adp_rate, 0);
+ ManObj_G_US_ADAPTATION_RATE, s_upstr_adp_rate, 0);
MtnSaSetManObject(mgw_port, ChannelType_PORT,
- ManObj_C_DS_ADAPTION_RATE, s_dwnstr_adp_rate, 0);
+ ManObj_G_DS_ADAPTATION_RATE, s_dwnstr_adp_rate, 0);
MtnSaSetManObject(mgw_port, ChannelType_PORT,
ManObj_G_US_MAX_APPLIED_GAIN, s_upstr_max_gain, 0);
MtnSaSetManObject(mgw_port, ChannelType_PORT,