Project

General

Profile

Actions

Bug #5925

closed

dtx downlink causing ABORT in osmo-bts-sysmo

Added by keith about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
osmo-bts-sysmo
Target version:
-
Start date:
02/27/2023
Due date:
% Done:

100%

Spec Reference:

Description

With param dtx downlink and making a call, causes

==24631== Process terminating with default action of signal 6 (SIGABRT)                                                                                                                 
==24631==    at 0x6612E87: raise (raise.c:51)                                                                                                                                           
==24631==    by 0x66147F0: abort (abort.c:79)                                                                                                                                           
==24631==    by 0x5D648AF: osmo_panic (in /usr/lib/x86_64-linux-gnu/libosmocore.so.20.0.0)                                                                                              
==24631==    by 0x114E8E: msgb_pull (msgb.h:407)                                                                                                                                        
==24631==    by 0x116751: ph_tch_req (l1_if.c:508)                                                                                                                                      
==24631==    by 0x116A08: ph_tch_req (l1_if.c:564)                                                                                                                                      
==24631==    by 0x116CE9: bts_model_l1sap_down (l1_if.c:632)                                                                                                                            
==24631==    by 0x164A1F: l1sap_down (l1sap.c:1849)                                                                                                                                     
==24631==    by 0x16285D: l1sap_tch_rts_ind (l1sap.c:1324)                                                                                                                              
==24631==    by 0x164821: l1sap_up (l1sap.c:1809)                                                                                                                                       
==24631==    by 0x117637: handle_ph_readytosend_ind (l1_if.c:886)                                                                                                                       
==24631==    by 0x118438: l1if_handle_ind (l1_if.c:1119)

ph_tch_req() calls itself passing l1sap->oph.msg as msg
then
msgb_pull(msg, sizeof(*l1sap));
is called.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)