aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_sns.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-07gprs_ns2_sns: fix whitespaces and superflous commentAlexander Couzens1-5/+4
2020-12-07gprs_ns2_sns: add missing S() to allow GPRS_SNS_EV_NO_NSVC happenAlexander Couzens1-1/+1
2020-12-07gprs_ns2_sns: dynamic calculate the maximum NS-VCsAlexander Couzens1-2/+3
2020-12-07gprs_ns2_sns: add missing transistion UNCONFIGURED -> SIZEAlexander Couzens1-1/+2
2020-11-06ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indicationDaniel Willmann1-2/+2
2020-10-27gb: ns2_sns: Add missing value_string entry for GPRS_SNS_EV_NO_NSVCPau Espin Pedrol1-0/+1
2020-10-27gb: ns2_sns: Fix missing trailing newline char in log linePau Espin Pedrol1-1/+1
2020-10-12gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS addressAlexander Couzens1-0/+15
2020-10-12gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remoteAlexander Couzens1-4/+4
2020-10-12gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bin...Alexander Couzens1-3/+5
2020-10-12gprs_ns2: fix SNS_ADD for IPv4Alexander Couzens1-1/+1
2020-10-09gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy1-1/+2
2020-10-03ns2: refactor ns2_prim_status_ind()Alexander Couzens1-2/+2
2020-09-25ns2: refactor nsvc_by_ functionsAlexander Couzens1-2/+2
2020-09-18ns2: Improve/extend doxygen comments for new ns2 implementationHarald Welte1-1/+18
2020-09-18gprs_ns2_sns: Fix compilation on Debian 8Harald Welte1-10/+16
2020-09-15Gb: add a second NS implementationAlexander Couzens1-0/+1454