aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm29205/gsm29205_test.c
AgeCommit message (Collapse)AuthorFilesLines
2019-09-27gsm29205_test: fix error: missing braces around initializerVadim Yanitskiy1-1/+7
Since structure 'osmo_gcr_parsed' does contain arrays, GCC is not happy about the way we initialize it. Let's do it explicitly. Change-Id: Ia814b4a4ed5bec84ff1f69232f7f7d5ca0d19794
2018-12-14LCLS, TS 29.205: add GCR routinesMax1-0/+107
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