mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-06 06:43:51 +00:00
syncing commonlibs with Many thanks to Michael Iedema for these patches, makes config a lot better.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@5655 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -90,7 +90,7 @@ L3Message* Control::getMessage(LogicalChannel *LCH, unsigned SAPI)
|
||||
// But if they do, we should ignore them.
|
||||
// They should not send more than one in any case, but we need to be
|
||||
// ready for whatever crazy behavior they throw at us.
|
||||
unsigned count = gConfig.getNum("GSM.Control.GPRSMaxIgnore",5);
|
||||
unsigned count = gConfig.getNum("GSM.Control.GPRSMaxIgnore");
|
||||
while (count && dynamic_cast<const GSM::L3GPRSSuspensionRequest*>(msg)) {
|
||||
LOG(NOTICE) << "ignoring GPRS suspension request";
|
||||
msg = getMessageCore(LCH,SAPI);
|
||||
|
||||
Reference in New Issue
Block a user