summaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm29205.c
Commit message (Collapse)AuthorAgeFilesLines
* LCLS: add string dump helpersMax2019-02-261-0/+3
| | | | | | | | | Add functions to dump LCLS (without GCR) and GCR. Dumping entire struct results in inconveniently long string hence the separate functions. Both use talloc functions so they expect caller to take care of providing proper allocation context and freeing memory. Change-Id: Ic3609224c8f3282d667e75f68bc20327e36eb9e6
* LCLS: add GCR comparison helperMax2019-01-141-0/+21
| | | | Change-Id: I9e3b5560a058b976638d03cb819415d237ae9984
* LCLS, TS 29.205: add GCR routinesMax2018-12-141-0/+93
Add functions to encode and decode Global Call Reference as per 3GPP TS 29.205 Table B 2.1.9.1 add corresponding tests. Change-Id: Iee95aa4e5c056645b6cb5667e4a067097d52dfbf Related: OS#2487