mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
HACK: ranap_decode_rab_setupormodifieditemies crashes so disable it
This commit is contained in:
committed by
Neels Hofmeyr
parent
82724653e7
commit
38137e84f7
@@ -243,7 +243,8 @@ static int ranap_handle_co_rab_ass_resp(void *ctx, RANAP_RAB_AssignmentResponseI
|
||||
int rc;
|
||||
|
||||
LOGP(DRANAP, LOGL_INFO, "RAB Asignment Response:");
|
||||
if (ies->presenceMask & RAB_ASSIGNMENTRESPONSEIES_RANAP_RAB_SETUPORMODIFIEDLIST_PRESENT) {
|
||||
if (0) {
|
||||
// if (ies->presenceMask & RAB_ASSIGNMENTRESPONSEIES_RANAP_RAB_SETUPORMODIFIEDLIST_PRESENT) {
|
||||
RANAP_RAB_SetupOrModifiedItemIEs_t setup_ies;
|
||||
RANAP_RAB_SetupOrModifiedItem_t *item = &setup_ies.raB_SetupOrModifiedItem;
|
||||
rc = ranap_decode_rab_setupormodifieditemies(&setup_ies,
|
||||
|
Reference in New Issue
Block a user