laforge
/
openbts-osmo
Archived
1
0
Fork 0

Some more changes.

This commit is contained in:
Alexander Chemeris 2010-09-09 18:26:24 +04:00
parent 94523e388a
commit ce66ecb51d
1 changed files with 1 additions and 1 deletions

View File

@ -822,6 +822,7 @@ void MOTestHandler::run()
}
else if(USSDString == "*103#")
{
USSDString = "";
messageType = USSDData::release;
}
else if(USSDString == "*104#")
@ -830,7 +831,6 @@ void MOTestHandler::run()
}
else
{
USSDString = "";
messageType = USSDData::release;
}