libosmogsm  0.9.6-11.20170220git32ee5af8.fc31
Osmocom GSM library
bitvec_gsm.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <osmocom/core/bitvec.h>
4 #include <osmocom/gsm/protocol/gsm_04_08.h>
5 
11 void bitvec_add_range1024(struct bitvec *bv, const struct gsm48_range_1024 *r);
12 
Definition: gsm_04_08.h:81
void bitvec_add_range1024(struct bitvec *bv, const struct gsm48_range_1024 *r)
append range1024 encoded data to bit vector
Definition: gsm_utils.c:681