From: Marcin D. <mar...@cy...> - 2017-07-22 16:03:04
|
Hello, I have GPRS connection running perfectly on mobile phones. I wanted to try it with another device using cellular connection and every time the device tries to send data I see this kind of messages in logs: 2017-07-22_08:59:08.814840 <mbts:NOTE> TBF.cpp:1116:*mtCancel*: 08:59:08.8,405671: 08:59:08.8@@@*failed tbf cause=108* TBF#16 mtMS= MS#1,TLLI=c0016001,8001d002 mtDir=RLCDir::Down channels: down=( 0:1 0:2 0:3) up=( 0:2,usf=0 0:3,usf=0) mtState==TBFState::DataWaiting1 mtAttached=1 mtTFI=16 mtTlli=0xc0016001 size=0 mtMsgExpectedBits=0x2 mtMsgAckBits=0x0 mtExpectedAckBSN[1]=405669 mtUnAckMode=0 OnCCCH=1 mtAssignCounter=9 msNumDataUSFGrants=0 msAckNackUSFGrant=-1 msOldTlli=0x8001d002 Pacch= idle=0 TA=0 TE=(-0.38 min=-1.17 max=-0.13 avg=-0.67 N=491) RSSI=(-27 min=-40 max=-18 avg=-27.18 N=491) CV=(41 min=41 max=43 avg=42.11 N=9) ILev=(0) RXQual=(4 min=0 max=7 avg=3.20 N=5) SigVar=(0 min=0 max=60 avg=12.00 N=5) ChCoding=(3) RXLev=(-69 min=-69 max=-68 avg=-68.67 N=3) mLastAlpha=10 mLastGamma=18 mGamma=18 VS=0 VA=0 TxQNum=0 stalled=0 mPrevAckSsn=0 mResendSsn=0 blocks: total=0 unique=0 grants=0 and 2017-07-22_09:01:04.917321 <mbts:NOTE> TBF.cpp:1116:*mtCancel*: 09:01:04.9,411476: 09:01:04.9@@*@failed tbf cause=1* TBF#30 mtMS= MS#1,TLLI=c0016001,8001d002 mtDir=RLCDir::Down channels: down=( 0:1 0:2 0:3) up=( 0:2,usf=0 0:3,usf=0) mtState==TBFState::DataWaiting1 mtAttached=1 mtTFI=30 mtTlli=0xc0016001 size=0 mtMsgExpectedBits=0x2 mtMsgAckBits=0x0 mtUnAckMode=0 OnCCCH=1 mtAssignCounter=11 msNumDataUSFGrants=0 msAckNackUSFGrant=-1 msOldTlli=0x8001d002 Pacch= idle=0 TA=0 TE=(-0.54 min=-1.17 max=0.11 avg=-0.55 N=2152) RSSI=(-22 min=-40 max=-15 avg=-23.47 N=2152) CV=(42 min=41 max=43 avg=42.25 N=16) ILev=(0) RXQual=(4 min=0 max=7 avg=3.20 N=5) SigVar=(0 min=0 max=60 avg=12.00 N=5) ChCoding=(3) RXLev=(-70 min=-94 max=-68 avg=-71.45 N=11) mLastAlpha=10 mLastGamma=17 mGamma=17 VS=0 VA=0 TxQNum=0 stalled=0 mPrevAckSsn=0 mResendSsn=0 blocks: total=0 unique=0 grants=0 And the connection is not established. Any ideas what may be the reason or how to debug it to find more about it? Best Regards |