libosmocore[master]: gsm0480: modify USSD structures to support external handling

2017-08-01 Thread Alexander Chemeris
Patch Set 2: > in general, what is your strategy for forward/backward > compatibility here? you're changing the API and ABI while keeping > the symbol name identical, breaking existing applications Should we just bump the lib version? Otherwise we'll have to maintain two similar structures

[PATCH] openbsc[master]: SGSN: Fix RAN information exposed on GTP during PDP CTX CREATE

2017-08-01 Thread Harald Welte
Review at https://gerrit.osmocom.org/3400 SGSN: Fix RAN information exposed on GTP during PDP CTX CREATE In the PDP Context Create from SGSN to GGSN, we include information about the RAN type (GERAN/UTRAN) and the Cell of the MS. This was all hard-coded to GERAN, and wasn't updated when we

[PATCH] openbsc[master]: Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCH

2017-08-01 Thread Harald Welte
Review at https://gerrit.osmocom.org/3399 Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCH When converting from GSM_PCHAN_PDCH, we should generate a RSL channel number IE with the osmocom extension RSL_CHAN_OSMO_PDCH rather than claiming it is a regular TCH/F channel. Change-Id:

[PATCH] libosmo-sccp[master]: sccp: add function to check sccp addresses

2017-08-01 Thread dexter
Review at https://gerrit.osmocom.org/3398 sccp: add function to check sccp addresses In order to catch invalid CS7 configurations, It is necessary to check if sccp addresses contain plausible address data. Change-Id: Ic6245288b0171eae10aa708403c1ddb584c92f38 --- M

libosmocore[master]: gsm0480: refactor the parse_process_uss_req()

2017-08-01 Thread Harald Welte
Patch Set 3: rather than improving the manually-generated code for USSD/SS parsing, shouldn't we simply move to using asn1c for generaging C code for the SS related ASN.1? -- To view, visit https://gerrit.osmocom.org/3375 To unsubscribe, visit https://gerrit.osmocom.org/settings

libosmocore[master]: gsm0480: modify USSD structures to support external handling

2017-08-01 Thread Harald Welte
Patch Set 2: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3374 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5f8972b86cd4dcb54b643a24b5794a87c8758073 Gerrit-PatchSet: 2 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmo-sccp[master]: sccp: derive local address from given sccp instance

2017-08-01 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3330 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I371dc9132871aad3d8321ea13cf9fd69d76eff8f Gerrit-PatchSet: 3 Gerrit-Project: libosmo-sccp Gerrit-Branch: master

[MERGED] libosmo-sccp[master]: sccp: derive local address from given sccp instance

2017-08-01 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: sccp: derive local address from given sccp instance .. sccp: derive local address from given sccp instance The most important parts of an SCCP address

[MERGED] libosmo-sccp[master]: sccp: fix possible nullpointer deref

2017-08-01 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: sccp: fix possible nullpointer deref .. sccp: fix possible nullpointer deref check input parameters local_ip and remote_ip of the function

[MERGED] osmo-bts[master]: lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapi

2017-08-01 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapi .. lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapi Change-Id: