Project

General

Profile

Actions

Bug #3021

closed

src/gsm/gsm0808.c/gsm0808_create_paging(): Expression 'cil' is always true

Added by fixeria about 6 years ago. Updated over 5 years ago.

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

100%

Spec Reference:

Description

Have a look at the following parts of the gsm0808_create_paging():

/* Mandatory emelents! */
OSMO_ASSERT(imsi);
OSMO_ASSERT(cil);

and

/* Cell Identifier List 3.2.2.27 */
if (cil)
gsm0808_enc_cell_id_list(msg, cil);

The 'cil' cannot be NULL, because we assert this.

Actions #1

Updated by laforge over 5 years ago

  • Assignee set to stsp
Actions #3

Updated by stsp over 5 years ago

  • Status changed from New to In Progress
Actions #4

Updated by laforge over 5 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

patch merged

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)