[PATCH] libosmocore[master]: gsm0808: Add utils for Cell Identifier List

2017-04-04 Thread dexter
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2181 to look at the new patch set (#3). gsm0808: Add utils for Cell Identifier List The planned support for true A over IP requires the encoding of the a Cell Identifier List element (see

libosmocore[master]: gsm0808: Add utils for Cell Identifier List

2017-03-30 Thread Harald Welte
Patch Set 2: (1 comment) https://gerrit.osmocom.org/#/c/2181/2/include/osmocom/gsm/protocol/gsm_08_08.h File include/osmocom/gsm/protocol/gsm_08_08.h: Line 457: struct gsm0808_cell_id_list { also here, I would generally try to avoid resorting to linked lists and dynamic allocations. The

[PATCH] libosmocore[master]: gsm0808: Add utils for Cell Identifier List

2017-03-30 Thread dexter
Review at https://gerrit.osmocom.org/2181 gsm0808: Add utils for Cell Identifier List The planned support for true A over IP requires the encoding of the a Cell Identifier List element (see also BSS_MAP_MSG_PAGING). This commt adds encoding/decoding functionality and tests for the element