aboutsummaryrefslogtreecommitdiffstats
path: root/src/egprs_rlc_compression.h
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17egprs_rlc_compression: fix white spacesAlexander Couzens1-1/+1
Change-Id: I43a5acc2dda4ba567ada9846880e31c85bc98394
2017-01-23Add compression support in EGPRS PUANsivasankari1-0/+4
This adds compression of bitmap in PUAN. The compressed bitmap is used only if the number of bits in the bitmap does not fit in the message and there is a gain after compression. The algorithm is part of libosmocore and so there is dependency on the libosmocore for compilation. The algorithm is tested on integration setup by forcing compression. Change-Id: Id2eec4b5eb6da0ebd24054b541b09b700b9b40ba
2016-10-17EGPRS: Add EPDAN CRBB Tree based decodingPravin Kumarvel1-0/+29
Implemented tree based algorithm to decode compressed bitmap in EPDAN as described in section 9.1.10 of 3GPP 44.060. This algorithm intends to improve the performance over existing method. New Regression test is added under bitcomp directory. Test case is added to validate decompressed result of the bitmap Present in EPDAN. Test is done for multiple bitmaps of varying length. Invalid inputs are also part of the test vector. Change-Id: Ieae1992ed4b02bb1e09eec2d3de1a030eabd16ce