mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-06 14:53:14 +00:00
Fixes #499 in public. If our ACK was missed, the switch would resend an OK and we didn't respond to it. We do now.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3237 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -915,8 +915,6 @@ void Control::MOCController(TransactionEntry *transaction, GSM::TCHFACCHLogicalC
|
||||
transaction->MOCInitRTP();
|
||||
transaction->MOCSendACK();
|
||||
|
||||
// FIXME -- We need to watch for a repeated OK in case the ACK got lost.
|
||||
|
||||
// Get the Connect Acknowledge message.
|
||||
while (transaction->GSMState()!=GSM::Active) {
|
||||
LOG(DEBUG) << "MOC Q.931 state=" << transaction->GSMState();
|
||||
|
||||
Reference in New Issue
Block a user