Project

General

Profile

Actions

Bug #2906

closed

gsm_pchan2chan_nr asserts GSM_PCHAN_CCCH: lchan_nr == 0

Added by pespin about 6 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
02/01/2018
Due date:
% Done:

100%

Spec Reference:

Description

see end of gsm_pchan2chan_nr in osmo-bts/src/common/gsm_data_shared.c. As of current master (40c05f07f49721e3ec89f6cd4a21a187a41336ef), an assert is commented because it was being triggered.

    default:
    case GSM_PCHAN_CCCH:
        /* OSMO_ASSERT(lchan_nr == 0);
         * FIXME: On octphy and litecell, we hit above assertion (see
         * Max's comment at https://gerrit.osmocom.org/589 ); disabled
         * for BTS until this is clarified; remove the #ifdef when it
         * is fixed.
         */
#warning "fix caller that passes lchan_nr != 0" 
        cbits = 0x10;
        break;
    }

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)