aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_message.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-19gprs_ns2_message: tx_status: move all cause dependent code into the switch/caseAlexander Couzens1-10/+11
2021-02-19gprs_ns2: truncate the NS_STATUS to the MTUAlexander Couzens1-2/+7
2021-01-31ns2: count number of dropped packets / bytes on transmitHarald Welte1-3/+13
2021-01-31ns2: Increment Rx and Tx byte / packet countersHarald Welte1-0/+3
2021-01-31ns2: encapsulate calls to nsvc->bind->send_vc()Harald Welte1-12/+17
2021-01-31ns2: Use named array initializers to avoid mistakesHarald Welte1-17/+0
2021-01-25gprs_ns2: drop the public prefix gprs_ from all static functions/structs/..Alexander Couzens1-10/+10
2021-01-25gprs_ns2: drop prefix of all internal exposed functionAlexander Couzens1-16/+16
2021-01-20ns2: Unify logging context via log macrosHarald Welte1-30/+16
2021-01-20gprs_ns2_message: remove wrong commentAlexander Couzens1-1/+0
2021-01-17ns2: Fix memory leak in IP-SNSDaniel Willmann1-2/+2
2020-12-04gprs_ns2: Use TLVP_PRES_LEN instead of TLVP_PRESENTHarald Welte1-9/+10
2020-12-03ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receiveDaniel Willmann1-0/+16
2020-09-18gprs_ns2: Mark gprs_ns2_validate_* as staticHarald Welte1-5/+5
2020-09-18ns2: Improve/extend doxygen comments for new ns2 implementationHarald Welte1-23/+27
2020-09-15Gb: add a second NS implementationAlexander Couzens1-0/+709