[MERGED] libosmocore[master]: gsm0808: Add utils for Encryption Information

2017-04-08 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: gsm0808: Add utils for Encryption Information .. gsm0808: Add utils for Encryption Information The planned support for true A over IP requires the encodi

libosmocore[master]: gsm0808: Add utils for Encryption Information

2017-04-04 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2180 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8262050a9d9fd3f17462cfbb046c6e034dccc6fb Gerrit-PatchSet: 4 Gerrit-Project: libosmocore Gerrit-Branch: master Ger

[PATCH] libosmocore[master]: gsm0808: Add utils for Encryption Information

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

[PATCH] libosmocore[master]: gsm0808: Add utils for Encryption Information

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

libosmocore[master]: gsm0808: Add utils for Encryption Information

2017-03-30 Thread Harald Welte
Patch Set 2: (1 comment) https://gerrit.osmocom.org/#/c/2180/2/src/gsm/gsm0808_utils.c File src/gsm/gsm0808_utils.c: Line 374: msgb_alloc(ELEMENT_MSGB_MAXLEN, "Encryption Information Element"); codingstyle wise we rather break the line before the "Encryption..." string than break+in

[PATCH] libosmocore[master]: gsm0808: Add utils for Encryption Information

2017-03-30 Thread dexter
Review at https://gerrit.osmocom.org/2180 gsm0808: Add utils for Encryption Information The planned support for true A over IP requires the encoding of the an Encryption Information element (see also BSS_MAP_MSG_CIPHER_MODE_CMD). This commt adds encoding/decoding functionality and tests for th