aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm29205.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-26LCLS: add string dump helpersMax1-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
2019-01-14LCLS: add GCR comparison helperMax1-0/+21
Change-Id: I9e3b5560a058b976638d03cb819415d237ae9984
2018-12-14LCLS, TS 29.205: add GCR routinesMax1-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