Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsm29205_test: fix error: missing braces around initializer | Vadim Yanitskiy | 2019-09-27 | 1 | -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 | ||||
* | LCLS, TS 29.205: add GCR routines | Max | 2018-12-14 | 2 | -0/+112 |
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 |