9
0
Fork 0
Change-Id: If40b0bd51773b1658f744063be418c024a781e11
This commit is contained in:
Daniel Willmann 2017-03-02 17:26:32 +01:00
parent 1f7d645256
commit 86a4589c03
1 changed files with 2 additions and 1 deletions

View File

@ -371,7 +371,8 @@ static void send_mgcp_reset(struct bsc_connection *bsc)
void bsc_nat_send_mgcp_to_msc(struct bsc_nat *nat, struct msgb *msg)
{
ipa_prepend_header(msg, IPAC_PROTO_MGCP_OLD);
queue_for_msc(nat->msc_con, msg);
#warning Disabled for now
// queue_for_msc(nat->msc_con, msg);
}
/*