aboutsummaryrefslogtreecommitdiffstats
path: root/src/sgsn/gprs_sndcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-05sndcp: Standarize unitdata function namingPau Espin Pedrol1-5/+5
2023-01-05Properly split llc->sndcp->gtp unitdata pathi through extra func callPau Espin Pedrol1-7/+16
2022-12-28Rename gprs_gb.[c,h] -> gprs_ns.[c,h]Pau Espin Pedrol1-1/+1
2022-12-28Move some functions gprs_gb.[c,h] -> gprs_gmm.[c,h]Pau Espin Pedrol1-0/+1
2022-12-06sndcp: Put decompress handling code into helper functionPau Espin Pedrol1-79/+64
2022-10-11Constify LLC/SNDCP parametersMax1-10/+11
2022-10-08SNDCP: log more details on failureMax1-2/+3
2021-12-07llme_free: clean up related sndcpOliver Smith1-0/+14
2021-02-16Fix nsei+bvci not updated on rx UL SNDCP dataPau Espin Pedrol1-1/+1
2021-02-04sndcp: Fix struct bit fields on big endianPau Espin Pedrol1-0/+17
2020-10-02gprs_sndcp: fix use after freePhilipp Maier1-2/+2
2020-06-08Fix memory leak when SNDCP de-fragmentation is usedHarald Welte1-0/+4
2019-09-28sgsn: when receiving data PDU notify the Gb GMM fsmAlexander Couzens1-0/+11
2019-09-02Move out sgsn to its own subdirPau Espin Pedrol1-0/+1265