Project

General

Profile

Actions

Bug #5349

open

Message for non-existing SNDCP Entity

Added by keith over 2 years ago. Updated 9 months ago.

Status:
In Progress
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
12/09/2021
Due date:
% Done:

0%

Spec Reference:

Description

It seems pretty easy to get into a state where the TLLI in the MM context is not matching that in the SNDCP.

MM Context for IMSI 262423203000396, IMEI 013895003719350, P-TMSI ecc8a829
  MSISDN: 57057157010, TLLI: ecc8a829 HLR: 
  GMM State: Registered.NORMAL, Routeing Area: 334-07-1101-21, Cell ID: 0
  MM State: Standby, RAN Type: GPRS/EDGE via Gb
  SGSN MM Context Statistics:
   Signalling Messages ( In):       45 (0/s 0/m 45/h 0/d)
   Signalling Messages (Out):       21 (0/s 0/m 21/h 0/d)
   User Data  Messages ( In):      369 (0/s 0/m 369/h 0/d)
   User Data  Messages (Out):      288 (0/s 0/m 288/h 0/d)
   User Data  Bytes    ( In):    37388 (0/s 0/m 37388/h 0/d)
   User Data  Bytes    (Out):    56465 (0/s 0/m 56465/h 0/d)
   PDP Context Activations  :        1 (0/s 0/m 1/h 0/d)
   SUSPEND Count            :        0 (0/s 0/m 0/h 0/d)
   Paging Packet Switched   :        2 (0/s 0/m 2/h 0/d)
   Paging Circuit Switched  :        0 (0/s 0/m 0/h 0/d)
   Routing Area Update      :       14 (0/s 0/m 14/h 0/d)
OsmoSGSN# show snd
OsmoSGSN# show sndcp 
State of SNDCP Entities
 TLLI c6ada2d6 SAPI=3 NSAPI=5:
  Defrag: npdu=289 highest_seg=2 seg_have=0x00000007 tot_len=1233
 TLLI e9d026da SAPI=3 NSAPI=5:
  Defrag: npdu=339 highest_seg=1 seg_have=0x00000003 tot_len=793

resulting in:

20211209214900128 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900148 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900149 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900170 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900170 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900188 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900230 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900231 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20211209214900267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55672ad42848, TLLI=ecc8a829, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)

My apologies - Over the last year or so I've suffered a memory leak for all the GRPS workings, I'll need to read up again to further debug this myself, but in the meantime, it should be reproducible if anyone wishes to take a look.

One way to trigger it seems to be cause a GPRS suspend by making a call . In fact I can't reproduce this so easily. Something else is in the mix.

See the notes I erroneously posted on related issue #4824 , especially #4824-13

Marking high priority as I am observing this as a show stopper in production.
Thanks.


Files

osmo-msc.cfg osmo-msc.cfg 2.35 KB keith, 10/09/2022 02:11 AM
osmo-bsc.cfg osmo-bsc.cfg 16.8 KB keith, 10/09/2022 02:11 AM
osmo-sgsn.cfg osmo-sgsn.cfg 728 Bytes keith, 10/09/2022 02:13 AM
sgsn.log.gz sgsn.log.gz 57.3 KB keith, 10/11/2022 01:10 AM
gprs_bssgp.pcap.gz gprs_bssgp.pcap.gz 291 KB keith, 10/11/2022 01:10 AM
Actions #1

Updated by keith over 2 years ago

My very basic analysis of this from what I remember seeing a few days ago is that:

The PCU gets a RACH from UE that has active mm/pdp context, does the identification stuff, then for some reason generates a new TLLI* The SGSN gets this, and sends a PDP context ACK?? but no PDP context request was involved here.

The new TLLI is stored in the MM context, but the SDNCP is not updated, then the MS has no data service.

*As I said above, I need to re-read the specs on how all this is supposed to work.

Actions #2

Updated by keith over 2 years ago

  • Description updated (diff)
Actions #3

Updated by laforge over 1 year ago

keith, is this still an issue?

Actions #4

Updated by keith over 1 year ago

Yes, observing a running SGSN right now, this is very much still an issue in v1.9.0 and I don't see any commit that would have changed anything since then.

Actions #5

Updated by keith over 1 year ago

With just one phone, in my lab setup, I see this kind of thing happening:

OsmoSGSN# show sndcp 
State of SNDCP Entities
 TLLI e5577bbb SAPI=3 NSAPI=5:
  Defrag: npdu=1665 highest_seg=2 seg_have=0x00000007 tot_len=1450
OsmoSGSN# show llc   
State of LLC Entities
TLLI e5577bbb (Old TLLI ffffffff) BVCI=2 NSEI=102 GEA0: IOV-UI=0x000000 CKSN=7 Age=0: State TLLI Assigned
 SAPI  1 State TLLI Unassigned VUsend=4, VUrecv=5 Vsent=0 Vack=0 Vrecv=0, RetransCtr=0
  T200=5, N200=3, N201-U=400, N201-I=0, mD=0, mU=0, kD=0, kU=0
 SAPI  2 State TLLI Unassigned VUsend=0, VUrecv=0 Vsent=0 Vack=0 Vrecv=0, RetransCtr=0
  T200=5, N200=3, N201-U=270, N201-I=0, mD=0, mU=0, kD=0, kU=0
 SAPI  3 State TLLI Unassigned VUsend=322, VUrecv=438 Vsent=0 Vack=0 Vrecv=0, RetransCtr=0
  T200=5, N200=3, N201-U=500, N201-I=1503, mD=1520, mU=1520, kD=16, kU=16
 SAPI  5 State TLLI Unassigned VUsend=0, VUrecv=0 Vsent=0 Vack=0 Vrecv=0, RetransCtr=0
  T200=10, N200=3, N201-U=500, N201-I=1503, mD=760, mU=760, kD=8, kU=8
 SAPI  7 State TLLI Unassigned VUsend=0, VUrecv=0 Vsent=0 Vack=0 Vrecv=0, RetransCtr=0
  T200=20, N200=3, N201-U=270, N201-I=0, mD=0, mU=0, kD=0, kU=0
 SAPI  8 State TLLI Unassigned VUsend=0, VUrecv=0 Vsent=0 Vack=0 Vrecv=0, RetransCtr=0
  T200=20, N200=3, N201-U=270, N201-I=0, mD=0, mU=0, kD=0, kU=0
 SAPI  9 State TLLI Unassigned VUsend=0, VUrecv=0 Vsent=0 Vack=0 Vrecv=0, RetransCtr=0
  T200=20, N200=3, N201-U=500, N201-I=1503, mD=380, mU=380, kD=4, kU=4
 SAPI 11 State TLLI Unassigned VUsend=0, VUrecv=0 Vsent=0 Vack=0 Vrecv=0, RetransCtr=0
  T200=40, N200=3, N201-U=500, N201-I=1503, mD=190, mU=190, kD=2, kU=2

20220927040558250 DLLC NOTICE LLME(ffffffff/e5577bbb){ASSIGNED} LLGM Assign pre (e5577bbb => c1ef6c7e) (gprs_llc.c:1069)
20220927040558250 DLLC NOTICE LLME(e5577bbb/c1ef6c7e){ASSIGNED} LLGM Assign post (e5577bbb => c1ef6c7e) (gprs_llc.c:1115)
20220927040558689 DLLC NOTICE LLME(e5577bbb/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927040558689 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041448549 DLLC NOTICE LLME(ffffffff/81ef6c7e){UNASSIGNED} LLC RX: unknown TLLI 0x81ef6c7e, creating LLME on the fly (gprs_llc.c:542)
20220927041448549 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041448549 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041448987 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041448987 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041523429 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.SUSPENDED}: Event E_GMM_SUSPEND not permitted (gprs_gmm.c:2280)
20220927041545104 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.SUSPENDED}: Event E_GMM_SUSPEND not permitted (gprs_gmm.c:2280)
20220927041608367 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041608367 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041608907 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041608907 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041629787 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041629787 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041629810 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041629810 DLLC NOTICE LLME(ffffffff/81ef6c7e){UNASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041629810 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041629811 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041629811 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041629811 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041629829 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041629829 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041629829 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041629829 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041629829 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041629829 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041630249 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041630249 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041630250 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041630250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041630250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041630250 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041630250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041630250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041630250 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041630250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041630250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041630250 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041630250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041630250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041642230 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041646269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041647067 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041651890 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041654169 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041654207 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041702990 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041703023 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041704166 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041707190 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041714187 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041714210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041714228 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041714690 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041717168 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041719886 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041719910 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041719928 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041719970 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041720366 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041720390 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041720409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041720413 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041720427 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041720451 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041720451 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727027 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041727027 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041727050 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041727050 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041727050 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041727050 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041727050 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041727050 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041727567 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041727567 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041727567 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727591 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727591 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727609 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727609 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727659 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727659 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727669 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727688 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727688 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727710 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727714 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727729 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727730 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727771 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727771 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727789 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727808 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727808 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727830 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727836 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727867 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727867 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727891 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727905 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727909 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727910 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727927 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727951 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727951 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041727952 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041727952 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041727952 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041727952 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041727952 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041727953 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041727987 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041728430 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041728449 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041728449 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041731550 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041731569 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041731583 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041731587 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041733169 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041733189 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041733207 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041733230 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041733230 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041733249 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041733249 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041738210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041738229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041738248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041738248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041738271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041739267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041740208 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041740250 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041740269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041740707 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041744409 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041744409 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041744848 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041744848 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041744848 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041744870 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041744871 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041744889 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041746329 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041750486 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041750510 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041750529 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041753708 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041753871 DSNDCP ERROR Cannot find SNDCP Entity (gprs_sndcp.c:726)
20220927041754267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041754291 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041755268 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041756186 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041756210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041756229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041756229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041756247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041756270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041756270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041756548 DSNDCP ERROR Cannot find SNDCP Entity (gprs_sndcp.c:726)
20220927041757590 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041800421 DSNDCP ERROR Cannot find SNDCP Entity (gprs_sndcp.c:726)
20220927041807707 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041807707 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041807730 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041807730 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041807730 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041807730 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041807730 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041807730 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041807748 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041807748 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041807748 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041808077 DGPRS ERROR GTP DATA IND for TLLI 81EF6C7E in state CommonProcedureInitiated (sgsn_libgtp.c:790)
20220927041808169 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041808169 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041808169 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041808210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041808210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041808229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041808229 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041808229 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041808229 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041808229 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041808229 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041808229 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041808230 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041808230 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041808230 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041808248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041808249 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041808270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041809849 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041813646 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041818087 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041818087 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041818087 DMM ERROR MM(334070000000880/c1ef6c7e) Starting MM timer 3350 while old timer 3350 pending (gprs_gmm.c:98)
20220927041818087 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (81ef6c7e => c1ef6c7e) (gprs_llc.c:1069)
20220927041818087 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign post (81ef6c7e => c1ef6c7e) (gprs_llc.c:1115)
20220927041818669 DLLC NOTICE LLME(81ef6c7e/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041818669 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041818669 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041818670 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041818671 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041818687 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041818735 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.NORMAL}: Event E_GMM_COMMON_PROC_SUCCESS not permitted (gprs_gmm.c:1834)
20220927041818735 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (ffffffff => c1ef6c7e) (gprs_llc.c:1069)
20220927041818735 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign post (ffffffff => c1ef6c7e) (gprs_llc.c:1115)
20220927041820269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041820271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041820271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041823430 DSNDCP ERROR Cannot find SNDCP Entity (gprs_sndcp.c:726)
20220927041825729 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041826228 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041826247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041826270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041828208 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041832246 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041832270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041832288 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041834748 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041838228 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041838247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041838270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041841648 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041841648 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041843268 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041843287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041843310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041844210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041844229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041844247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041844248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041844271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041844289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041844289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041845266 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041845290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041845309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041845309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041845327 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041846208 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041846250 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041846269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041846269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041846287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041847246 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041847270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041847289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041847289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041848248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041848268 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041848290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041848290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)

OsmoSGSN# 20220927041849268 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041849287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041849310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=c1ef6c7e, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
show sndcp
State of SNDCP Entities
 TLLI c1ef6c7e SAPI=3 NSAPI=5:
  Defrag: npdu=2299 highest_seg=2 seg_have=0x00000007 tot_len=1298
OsmoSGSN# 20220927041855250 DLLC NOTICE LLME(ffffffff/c1ef6c7e){ASSIGNED} LLGM Assign pre (c1ef6c7e => f4951bb8) (gprs_llc.c:1069)
20220927041855250 DLLC NOTICE LLME(c1ef6c7e/f4951bb8){ASSIGNED} LLGM Assign post (c1ef6c7e => f4951bb8) (gprs_llc.c:1115)
20220927041855687 DGPRS ERROR GTP DATA IND for TLLI C1EF6C7E in state CommonProcedureInitiated (sgsn_libgtp.c:790)
20220927041855689 DLLC NOTICE LLME(c1ef6c7e/f4951bb8){ASSIGNED} LLGM Assign pre (ffffffff => f4951bb8) (gprs_llc.c:1069)
20220927041855689 DLLC NOTICE LLME(ffffffff/f4951bb8){ASSIGNED} LLGM Assign post (ffffffff => f4951bb8) (gprs_llc.c:1115)
20220927041855689 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855707 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855708 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855730 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855730 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855749 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855749 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855768 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855768 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855790 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855810 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855810 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855828 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855828 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855869 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041855869 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041856409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041856427 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041856427 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041856450 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041856450 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041856469 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041859769 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041901388 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041907467 DLLC NOTICE LLME(ffffffff/b4951bb8){UNASSIGNED} LLC RX: unknown TLLI 0xb4951bb8, creating LLME on the fly (gprs_llc.c:542)
20220927041907467 DLLC NOTICE LLME(ffffffff/f4951bb8){ASSIGNED} LLGM Assign pre (b4951bb8 => f4951bb8) (gprs_llc.c:1069)
20220927041907467 DLLC NOTICE LLME(b4951bb8/f4951bb8){ASSIGNED} LLGM Assign post (b4951bb8 => f4951bb8) (gprs_llc.c:1115)
20220927041908049 DLLC NOTICE LLME(b4951bb8/f4951bb8){ASSIGNED} LLGM Assign pre (ffffffff => f4951bb8) (gprs_llc.c:1069)
20220927041908049 DLLC NOTICE LLME(ffffffff/f4951bb8){ASSIGNED} LLGM Assign post (ffffffff => f4951bb8) (gprs_llc.c:1115)
20220927041908050 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908050 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908051 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908067 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908067 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908068 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908068 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908090 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908091 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908092 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908109 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908109 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041908110 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041913748 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f4951bb8, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041919730 DLLC NOTICE LLME(ffffffff/f4951bb8){ASSIGNED} LLGM Assign pre (f4951bb8 => cbe089d5) (gprs_llc.c:1069)
20220927041919730 DLLC NOTICE LLME(f4951bb8/cbe089d5){ASSIGNED} LLGM Assign post (f4951bb8 => cbe089d5) (gprs_llc.c:1115)
20220927041920169 DLLC NOTICE LLME(f4951bb8/cbe089d5){ASSIGNED} LLGM Assign pre (ffffffff => cbe089d5) (gprs_llc.c:1069)
20220927041920169 DLLC NOTICE LLME(ffffffff/cbe089d5){ASSIGNED} LLGM Assign post (ffffffff => cbe089d5) (gprs_llc.c:1115)
20220927041920169 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920187 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920187 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920291 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920291 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041920307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041924249 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041926246 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041926271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041926289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041929749 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041932228 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041932247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041932271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041932271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041938247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041938270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041938289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041938347 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041946107 DLLC NOTICE LLME(ffffffff/8be089d5){UNASSIGNED} LLC RX: unknown TLLI 0x8be089d5, creating LLME on the fly (gprs_llc.c:542)
20220927041946107 DLLC NOTICE LLME(ffffffff/cbe089d5){ASSIGNED} LLGM Assign pre (8be089d5 => cbe089d5) (gprs_llc.c:1069)
20220927041946107 DLLC NOTICE LLME(8be089d5/cbe089d5){ASSIGNED} LLGM Assign post (8be089d5 => cbe089d5) (gprs_llc.c:1115)
20220927041946647 DLLC NOTICE LLME(8be089d5/cbe089d5){ASSIGNED} LLGM Assign pre (ffffffff => cbe089d5) (gprs_llc.c:1069)
20220927041946647 DLLC NOTICE LLME(ffffffff/cbe089d5){ASSIGNED} LLGM Assign post (ffffffff => cbe089d5) (gprs_llc.c:1115)
20220927041946647 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041946671 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041946671 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041946707 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041946731 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041948230 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041950270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041950290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041950307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041954267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041956288 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041956307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041956330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927041957128 DSNDCP ERROR Cannot find SNDCP Entity (gprs_sndcp.c:726)
20220927042001766 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042002288 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042002307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042002330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042004189 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042008287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042008307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042008330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042010268 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=cbe089d5, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042018087 DLLC NOTICE LLME(ffffffff/cbe089d5){ASSIGNED} LLGM Assign pre (cbe089d5 => dc4f2fba) (gprs_llc.c:1069)
20220927042018087 DLLC NOTICE LLME(cbe089d5/dc4f2fba){ASSIGNED} LLGM Assign post (cbe089d5 => dc4f2fba) (gprs_llc.c:1115)
20220927042018628 DLLC NOTICE LLME(cbe089d5/dc4f2fba){ASSIGNED} LLGM Assign pre (ffffffff => dc4f2fba) (gprs_llc.c:1069)
20220927042018628 DLLC NOTICE LLME(ffffffff/dc4f2fba){ASSIGNED} LLGM Assign post (ffffffff => dc4f2fba) (gprs_llc.c:1115)
20220927042018628 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042018650 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042018651 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042018669 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042019388 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042019407 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042019407 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042020211 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042020229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042020229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042020248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042020248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042020289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042020289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022629 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022647 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022647 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022670 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022671 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022689 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022689 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022708 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022708 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042022731 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042024266 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042024290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042024308 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042024309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042024327 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042024350 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042024350 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042024368 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042025227 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042025250 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042025269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026331 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026331 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042026367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042027267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042028226 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042028270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042028287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042030327 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042030350 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042031309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042032247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042032289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042032307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042032308 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042032330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042032332 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042033770 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042036248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042038329 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042038349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042038367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042038367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042038390 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042039308 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042040250 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042040287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042040310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042042248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042044306 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042044330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042044348 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=dc4f2fba, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042052967 DMM ERROR GMM(gmm_fsm)[0x55ccb5dc3900]{Registered.SUSPENDED}: Event E_GMM_SUSPEND not permitted (gprs_gmm.c:2280)
20220927042057650 DLLC NOTICE LLME(ffffffff/dc4f2fba){ASSIGNED} LLGM Assign pre (dc4f2fba => f32449b6) (gprs_llc.c:1069)
20220927042057650 DLLC NOTICE LLME(dc4f2fba/f32449b6){ASSIGNED} LLGM Assign post (dc4f2fba => f32449b6) (gprs_llc.c:1115)
20220927042058089 DLLC NOTICE LLME(dc4f2fba/f32449b6){ASSIGNED} LLGM Assign pre (ffffffff => f32449b6) (gprs_llc.c:1069)
20220927042058089 DLLC NOTICE LLME(ffffffff/f32449b6){ASSIGNED} LLGM Assign post (ffffffff => f32449b6) (gprs_llc.c:1115)
20220927042058089 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058131 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058131 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058149 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058150 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058168 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058169 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058191 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058209 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058209 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058228 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058228 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042058287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042103668 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042103687 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042103710 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042105786 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042108228 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042108247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042108271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042108272 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042114270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042114289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042114307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042114307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042121189 DLLC NOTICE LLME(ffffffff/b32449b6){UNASSIGNED} LLC RX: unknown TLLI 0xb32449b6, creating LLME on the fly (gprs_llc.c:542)
20220927042121189 DLLC NOTICE LLME(ffffffff/f32449b6){ASSIGNED} LLGM Assign pre (b32449b6 => f32449b6) (gprs_llc.c:1069)
20220927042121189 DLLC NOTICE LLME(b32449b6/f32449b6){ASSIGNED} LLGM Assign post (b32449b6 => f32449b6) (gprs_llc.c:1115)
20220927042121627 DLLC NOTICE LLME(b32449b6/f32449b6){ASSIGNED} LLGM Assign pre (ffffffff => f32449b6) (gprs_llc.c:1069)
20220927042121627 DLLC NOTICE LLME(ffffffff/f32449b6){ASSIGNED} LLGM Assign post (ffffffff => f32449b6) (gprs_llc.c:1115)
20220927042121627 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042121650 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042121650 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042121669 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042125629 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042127248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042127267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042127290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042130267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042132330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042132349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042132367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042137808 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042138348 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042138367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042138391 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042140227 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042144348 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042144367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042144390 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042146268 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f32449b6, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042154147 DLLC NOTICE LLME(ffffffff/f32449b6){ASSIGNED} LLGM Assign pre (f32449b6 => ea62e4e9) (gprs_llc.c:1069)
20220927042154147 DLLC NOTICE LLME(f32449b6/ea62e4e9){ASSIGNED} LLGM Assign post (f32449b6 => ea62e4e9) (gprs_llc.c:1115)
20220927042154688 DLLC NOTICE LLME(f32449b6/ea62e4e9){ASSIGNED} LLGM Assign pre (ffffffff => ea62e4e9) (gprs_llc.c:1069)
20220927042154688 DLLC NOTICE LLME(ffffffff/ea62e4e9){ASSIGNED} LLGM Assign post (ffffffff => ea62e4e9) (gprs_llc.c:1115)
20220927042154688 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042154711 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042154711 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042154729 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042154747 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042155449 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042155468 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042155468 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042156274 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042156289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042156289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042156307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042156308 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042156349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042157958 DSNDCP ERROR Cannot find SNDCP Entity (gprs_sndcp.c:726)
20220927042158689 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042158707 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042158708 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042158730 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042158730 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042158749 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042158749 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042200327 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042200350 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042200369 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042200369 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042201277 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042201287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042201310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042202270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042202308 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042202330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042202330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042202349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042202367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042203290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042203309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042204227 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042204269 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042206289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042206308 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042207287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042207311 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042208270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042208307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042208330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042208330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042208349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042213808 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042214330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042214349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042214367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042214367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042215327 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042215350 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042216268 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042216287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042216310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042225191 DLLC NOTICE LLME(ffffffff/aa62e4e9){UNASSIGNED} LLC RX: unknown TLLI 0xaa62e4e9, creating LLME on the fly (gprs_llc.c:542)
20220927042225191 DLLC NOTICE LLME(ffffffff/ea62e4e9){ASSIGNED} LLGM Assign pre (aa62e4e9 => ea62e4e9) (gprs_llc.c:1069)
20220927042225191 DLLC NOTICE LLME(aa62e4e9/ea62e4e9){ASSIGNED} LLGM Assign post (aa62e4e9 => ea62e4e9) (gprs_llc.c:1115)
20220927042225629 DLLC NOTICE LLME(aa62e4e9/ea62e4e9){ASSIGNED} LLGM Assign pre (ffffffff => ea62e4e9) (gprs_llc.c:1069)
20220927042225629 DLLC NOTICE LLME(ffffffff/ea62e4e9){ASSIGNED} LLGM Assign post (ffffffff => ea62e4e9) (gprs_llc.c:1115)
20220927042225629 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042225647 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042225648 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042226349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042226367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042226367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042226390 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042231286 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042231310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042231329 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042232228 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042232270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042232289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042232289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042232307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042233829 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042236266 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042238367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042238393 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042238408 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042244367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042244390 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042244408 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=ea62e4e9, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042252527 DLLC NOTICE LLME(ffffffff/ea62e4e9){ASSIGNED} LLGM Assign pre (ea62e4e9 => f70c5581) (gprs_llc.c:1069)
20220927042252527 DLLC NOTICE LLME(ea62e4e9/f70c5581){ASSIGNED} LLGM Assign post (ea62e4e9 => f70c5581) (gprs_llc.c:1115)
20220927042253067 DLLC NOTICE LLME(ea62e4e9/f70c5581){ASSIGNED} LLGM Assign pre (ffffffff => f70c5581) (gprs_llc.c:1069)
20220927042253068 DLLC NOTICE LLME(ffffffff/f70c5581){ASSIGNED} LLGM Assign post (ffffffff => f70c5581) (gprs_llc.c:1115)
20220927042253068 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042253090 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042253104 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042253109 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042253829 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042257069 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042257087 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042257088 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042257110 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042258749 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042302367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042302391 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042302409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042306248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042308426 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042308450 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042308469 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042311330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042311349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042311368 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042312289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042312327 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042313268 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042313287 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042313310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042313311 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042313789 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042319827 DLLC NOTICE LLME(ffffffff/b70c5581){UNASSIGNED} LLC RX: unknown TLLI 0xb70c5581, creating LLME on the fly (gprs_llc.c:542)
20220927042319827 DLLC NOTICE LLME(ffffffff/f70c5581){ASSIGNED} LLGM Assign pre (b70c5581 => f70c5581) (gprs_llc.c:1069)
20220927042319827 DLLC NOTICE LLME(b70c5581/f70c5581){ASSIGNED} LLGM Assign post (b70c5581 => f70c5581) (gprs_llc.c:1115)
20220927042320368 DLLC NOTICE LLME(b70c5581/f70c5581){ASSIGNED} LLGM Assign pre (ffffffff => f70c5581) (gprs_llc.c:1069)
20220927042320368 DLLC NOTICE LLME(ffffffff/f70c5581){ASSIGNED} LLGM Assign post (ffffffff => f70c5581) (gprs_llc.c:1115)
20220927042320385 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320393 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320393 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320427 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320428 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320450 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320451 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320469 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320487 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320488 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320510 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320510 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320529 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320529 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320570 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320588 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320589 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320607 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320608 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320630 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320630 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042320667 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042324369 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042324388 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042324388 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042324411 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042324411 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042326030 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042326427 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042326450 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042326469 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042326469 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042330368 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042330410 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042331328 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042331347 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042332288 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042332330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042332349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042332349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042332367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042333788 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042335109 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042336267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042338409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042338427 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042338450 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042344427 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042344450 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042344469 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042344487 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042345589 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042345627 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f70c5581, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042351849 DLLC NOTICE LLME(ffffffff/f70c5581){ASSIGNED} LLGM Assign pre (f70c5581 => f7179fec) (gprs_llc.c:1069)
20220927042351849 DLLC NOTICE LLME(f70c5581/f7179fec){ASSIGNED} LLGM Assign post (f70c5581 => f7179fec) (gprs_llc.c:1115)
20220927042352287 DLLC NOTICE LLME(f70c5581/f7179fec){ASSIGNED} LLGM Assign pre (ffffffff => f7179fec) (gprs_llc.c:1069)
20220927042352288 DLLC NOTICE LLME(ffffffff/f7179fec){ASSIGNED} LLGM Assign post (ffffffff => f7179fec) (gprs_llc.c:1115)
20220927042352288 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352310 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352329 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352329 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352347 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352371 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352371 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352389 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352389 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352408 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352408 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352431 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352431 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352449 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352449 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042352491 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042353049 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042353067 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042353067 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042353769 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042353787 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042356289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042356307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042356316 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042356331 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042356342 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042356349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042356349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042357927 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042358670 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042358707 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042358730 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042358797 DSNDCP ERROR Cannot find SNDCP Entity (gprs_sndcp.c:726)
20220927042402247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042402248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042402271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042402271 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042403410 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042405648 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042406188 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042406230 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042406709 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042406747 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042406770 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417271 DLLC NOTICE LLME(ffffffff/b7179fec){UNASSIGNED} LLC RX: unknown TLLI 0xb7179fec, creating LLME on the fly (gprs_llc.c:542)
20220927042417271 DLLC NOTICE LLME(ffffffff/f7179fec){ASSIGNED} LLGM Assign pre (b7179fec => f7179fec) (gprs_llc.c:1069)
20220927042417271 DLLC NOTICE LLME(b7179fec/f7179fec){ASSIGNED} LLGM Assign post (b7179fec => f7179fec) (gprs_llc.c:1115)
20220927042417709 DLLC NOTICE LLME(b7179fec/f7179fec){ASSIGNED} LLGM Assign pre (ffffffff => f7179fec) (gprs_llc.c:1069)
20220927042417709 DLLC NOTICE LLME(ffffffff/f7179fec){ASSIGNED} LLGM Assign post (ffffffff => f7179fec) (gprs_llc.c:1115)
20220927042417709 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417727 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417727 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417750 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417750 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417769 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417769 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417788 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417788 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417810 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042417829 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042418290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042421549 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042421568 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042421568 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042421590 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042423168 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042423210 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042423229 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042424050 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042426108 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042426509 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042426529 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042426548 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042426548 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042430109 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042431328 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042431347 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042431370 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042432288 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042432330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042432349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042432349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042432367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042433308 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042433327 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042433350 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042433358 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042433807 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042440809 DLLC NOTICE LLME(ffffffff/f7179fec){ASSIGNED} LLGM Assign pre (b7179fec => f7179fec) (gprs_llc.c:1069)
20220927042440809 DLLC NOTICE LLME(b7179fec/f7179fec){ASSIGNED} LLGM Assign post (b7179fec => f7179fec) (gprs_llc.c:1115)
20220927042441247 DLLC NOTICE LLME(b7179fec/f7179fec){ASSIGNED} LLGM Assign pre (ffffffff => f7179fec) (gprs_llc.c:1069)
20220927042441247 DLLC NOTICE LLME(ffffffff/f7179fec){ASSIGNED} LLGM Assign post (ffffffff => f7179fec) (gprs_llc.c:1115)
20220927042441247 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441308 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441330 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441349 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441368 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441368 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441391 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441404 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441450 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441464 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441469 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441469 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441488 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441488 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441511 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441521 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441547 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042441570 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042442369 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042445249 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042445267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042445267 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042445290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042445290 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042445309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042445309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042445327 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042446886 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042446910 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042449208 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042450367 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042450390 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042450409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042450409 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042451208 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042451230 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042451248 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042452309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042452347 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042453809 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042454709 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042454809 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042454809 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042455227 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042456270 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042456289 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042456307 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042456648 DLLC NOTICE TLLI=f7179fec dropping UI, N(U=52) not in window V(URV(UR:54). (gprs_llc.c:875)
20220927042456648 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042456668 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042456690 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042457206 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042501226 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042502468 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042502487 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042502510 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f7179fec, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042511870 DLLC NOTICE LLME(ffffffff/f7179fec){ASSIGNED} LLGM Assign pre (f7179fec => f9702859) (gprs_llc.c:1069)
20220927042511870 DLLC NOTICE LLME(f7179fec/f9702859){ASSIGNED} LLGM Assign post (f7179fec => f9702859) (gprs_llc.c:1115)
20220927042512309 DLLC NOTICE LLME(f7179fec/f9702859){ASSIGNED} LLGM Assign pre (ffffffff => f9702859) (gprs_llc.c:1069)
20220927042512309 DLLC NOTICE LLME(ffffffff/f9702859){ASSIGNED} LLGM Assign post (ffffffff => f9702859) (gprs_llc.c:1115)
20220927042512309 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512350 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512351 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512368 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512369 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512387 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512410 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512411 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512429 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512430 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042512447 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)
20220927042513869 DSNDCP ERROR Message for non-existing SNDCP Entity (lle=0x55ccb5dca9e8, TLLI=f9702859, SAPI=3, NSAPI=5) (gprs_sndcp.c:812)

Actions #6

Updated by msuraev over 1 year ago

  • Status changed from New to In Progress
Actions #7

Updated by msuraev over 1 year ago

keith do you have reliable way of triggering this? Is it happens just after some time or there's particular event which helps to trigger the issue?

Also, could you please attach config files for your setup?

Actions #8

Updated by keith over 1 year ago

Hi msuraev

Actually, while running master pcu+sgsn I'm not seeing it here on my desk setup.
As regards what I wrote above in note5, which was with all current master too, I think was provoked by changing the LAC of the cell while running.
(i do this if osmo-msc restarts in order to force phones to LUR asap)

You could investigate if that allows you to reproduce.

Actions #9

Updated by keith over 1 year ago

osmo-pcu.cfg:

pcu
 flow-control-interval 10
 cs 4
 alloc-algorithm dynamic
 gamma 0
 neighbor resolution 172.16.0.1 4248

Actions #10

Updated by msuraev over 1 year ago

keith wrote in #note-8:

As regards what I wrote above in note5, which was with all current master too, I think was provoked by changing the LAC of the cell while running.

How exactly do you do this? Some vty command?

Actions #11

Updated by keith over 1 year ago

msuraev wrote in #note-10:

How exactly do you do this? Some vty command?

https://gitlab.tic-ac.org/rhizomatica/puppet/-/blob/master/modules/rhizo_base/files/bin/swap_lac.sh

(the key bit there being):

for bts in "${!BTS[@]}" ; do
    echo "BTS $bts:" 
    /usr/bin/osmo_ctrl.py -d 127.0.0.1 -p 4249 -s bts.$bts.location-area-code $_ALT_LAC${LAC[$bts]}
    /usr/bin/osmo_ctrl.py -d 0 -p 4249 -s bts.$bts.send-new-system-informations 1
done

Actions #12

Updated by keith over 1 year ago

and...

https://gitlab.tic-ac.org/rhizomatica/puppet/-/blob/master/modules/rhizo_base/files/systemd/osmo-msc.override :

[Service]
ExecStart=
ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg -l /var/lib/osmocom/sms.db
ExecStartPost=/home/rhizomatica/bin/swap_lac.sh

Actions #13

Updated by keith over 1 year ago

Hey msuraev
Maybe you should spend any time on this for the moment, until I can try to figure out how to reproduce it. It did happen recently on my local setup and I do see the error on production systems, but I can't forcibly reproduce it right now.
Thanks.

Actions #14

Updated by keith over 1 year ago

I'm observing this now on a production system with osmo-pcu 1.1.0 and master osmo-sgsn, (with your patches that are currently in CR)

I'm still seeing what's described in the description.
I'll attach a log and a pcap of BSSGP in case it helps, and mark ticket non-public as pcap MAY contain sensitive info.

Actions #15

Updated by keith over 1 year ago

Actions #16

Updated by msuraev over 1 year ago

  • Private changed from Yes to No

keith wrote in #note-14:

I'm observing this now on a production system with osmo-pcu 1.1.0 and master osmo-sgsn, (with your patches that are currently in CR)

Those patches are now merged to master though it shouldn't make any difference - they're essentially cosmetic in a sense they do not change the behavior of SGSN.

I'm still seeing what's described in the description.

Is it with swap_lac.sh?

I'll attach a log and a pcap of BSSGP in case it helps, and mark ticket non-public as pcap MAY contain sensitive info.

Thank you, I'll dig through both and try to figure out what's going on.

In a meantime, could you try applying https://gerrit.osmocom.org/c/osmo-sgsn/+/29752 - this should give us more detailed log.

Also, please add "logging level sndcp debug" and set 'mm' and 'llc' loglevels to "info" in osmo-sgsn.cfg to get more insight.

Actions #17

Updated by JiN over 1 year ago

We have the same issue here (“Message for non-existing SNDCP Entity”). We can reproduce it by turning the mobile completely off for > 30 s during an ongoing transmission. This is part of our tests. It would be good if we could bring the base station to recover itself. Now recovering is done by restarting the OSMO services.
There are several locations in the code, that might contribute to the issue.
There seems to be a mismatch between LLE in the LLC and the SNDCP entity.
gprs_llc.c :
A new message is received by gprs_llc_rcvmsg(…). Then the LLE is retrieved.

/* We already know about this TLLI */
lle = lle_by_tlli_sapi(tlli, sapi);
if (lle)
    return lle;

This LLE seems to be not valid anymore but since it is a non-null result it will be used to retrieve the SNDCP entity.

In gprs_sndcp.c :sndcp_llunitdata_ind(…):

sne = gprs_sndcp_entity_by_lle(lle, sch->nsapi);

then this part executes that leads to the error of the thread originator:

if (!sne) {  
    LOGP(DSNDCP, LOGL_ERROR, "Message for non-existing SNDCP Entity " 

In the SNDCP the sne for the lle and nsapi cannot be found.
It might be good to know any criteria to invalidate the lle at LLC level and set it to null without disturbing the normal data transmissions. Normally there should be a timer / counter to throw away the LLE.

There is also “unused” code in gprs_llc.c (around line 600) that looks it might be needed regarding the timers T200, T201 (8.5.1.3). Could the missing timer management be the cause of the problems in your opinion?
The maintaining of the timers seems to be put a bit in second place in OSMO.
Is there probably a “quick hack” that can mitigate the timer issues?

Actions #18

Updated by pespin 9 months ago

  • Assignee deleted (118)

Related specs for whom may want to have a look:
TS 24.007 (the full document plus specially Appendix C)
TS 44.065

While implementing libosmo-gprs on the MS side these days, I'm still having a hard time finding out how/when the TLLI in the SNDCP layer is supposed to updated, since those specs above, while providing a a lot of hints in general, doesn't seem to explain that particular part. It's not really clear by looking at the primitives and sequence diagrams....

GMM updates the LLC layer and the GRR (RLC/MAC) layer through LLGM-ASSIGN.req and GMMRR-ASSIGN.req respectively, but nothing shows up for SNDCP. There's even no interface described between GMM and SNDCP, so allegeadly there's several options here:
- The top upper layers (on top of GMM and SM) somehow update the SNDCP layer tlli (doesn't look like the good approach)
- LLC layer somehow informs the SNDCP layer about the TLLI change
- SM layer somehow informs the SNDCP layer through the SNSM interface somehow triggered by GMM

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)