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

2017-08-09 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: sccp: add function to check sccp addresses .. sccp: add function to check sccp addresses In order to catch invalid CS7 configurations, It is necessary

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

2017-08-08 Thread Neels Hofmeyr
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3398 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic6245288b0171eae10aa708403c1ddb584c92f38 Gerrit-PatchSet: 2 Gerrit-Project: libosmo-sccp Gerrit-Branch: master

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

2017-08-08 Thread Neels Hofmeyr
Patch Set 1: (1 comment) https://gerrit.osmocom.org/#/c/3398/1/src/sccp_user.c File src/sccp_user.c: Line 256: /*! \brief check if a given SCCP-Address is consistant. (at least in libosmocore, we have autobrief, so we'd drop the "\brief". In libosmo-sccp we don't even have a doxygen make

[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