Alexander noted a few errant "+"s that had snuck in from a previous manual merge. seems to have no effect, but now removed

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4489 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
kurtis.heimerl
2012-11-15 00:10:56 +00:00
parent 624c416eb1
commit e1c82bba99

View File

@@ -358,8 +358,8 @@ bool callManagementDispatchGSM(TransactionEntry *transaction, GSM::LogicalChanne
transaction->MODWaitFor487();
}
else { //if we received it, send a 4** instead
+ //transaction->MODSendERROR(NULL, 480, "Temporarily Unavailable", true);
+ transaction->MODSendERROR(NULL, 486, "Busy Here", true);
//transaction->MODSendERROR(NULL, 480, "Temporarily Unavailable", true);
transaction->MODSendERROR(NULL, 486, "Busy Here", true);
transaction->MODWaitForERRORACK(true);
}
//transaction->GSMState(GSM::NullState);