aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-03-26 15:03:33 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-03-26 16:03:27 +0100
commit007056e4ad3615b30d54effd4ded49755a115b4d (patch)
treebd415d3e9a8bf329dbd48933e6f1cde7f2ae982b /tests
parent754b093d16f269a41d421c437dc47bfa0a2ed9c3 (diff)
gsm_rlcmac: Use 'struct bitvec' instead of 'bitvec'
The later is only accepted when compiling as c++. Change-Id: Ib5004643d4eff3bc9d11b66ddaf262f1c0d2aef6
Diffstat (limited to 'tests')
-rw-r--r--tests/rlcmac/RLCMACTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rlcmac/RLCMACTest.cpp b/tests/rlcmac/RLCMACTest.cpp
index 200cac81..a21c22de 100644
--- a/tests/rlcmac/RLCMACTest.cpp
+++ b/tests/rlcmac/RLCMACTest.cpp
@@ -215,7 +215,7 @@ void testCsnLeftAlignedVarBmpBounds(void *test_ctx)
msgb_free(m);
}
-int encode_gsm_ra_cap(bitvec * vector, MS_Radio_Access_capability_t * data);
+int encode_gsm_ra_cap(struct bitvec *vector, MS_Radio_Access_capability_t * data);
void testRAcap(void *test_ctx)
{