diff options
Diffstat (limited to 'tests/rlcmac/RLCMACTest.cpp')
-rw-r--r-- | tests/rlcmac/RLCMACTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rlcmac/RLCMACTest.cpp b/tests/rlcmac/RLCMACTest.cpp index 200cac8..a21c22d 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) { |