Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsm: Add method to find ARFCN based on frequency | Sylvain Munaut | 2012-12-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | TLV: add new "vTvLV" type for GAN | Harald Welte | 2012-07-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | This new TLV type is specific to TS 44.318. Contrary to the TvLV type of TS 08.16/08.18, it has an inverted meaning of the extension (0x80) bit: * if the extension bit is not set, 1-byte length * if the extension bit is set, 2-byte length Futhermore, it has support for variable-length tags, where the tag part can be optionally two bytes in length. As this esoteric option hasn't been seen in the wild yet, we only add encoding support but skip decoding for now. | ||||
* | add gsm48_decode_lai() to map file | Harald Welte | 2012-07-13 | 1 | -0/+1 |
| | |||||
* | ganc: add value_strings for GAN message type and protocol discriminator | Harald Welte | 2012-06-24 | 1 | -0/+3 |
| | |||||
* | libosmogsm: Add tvlv_att_def to exported symbols | Harald Welte | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | libosmogsm: Introduce explicit list of exported symbols | Harald Welte | 2012-04-04 | 1 | -0/+230 |
There is now a "libosmogsm.map" file containing an explicit list of to-be-exported symbols. This should prevent us from leaking non-static symbols into the global namespace. A similar scheme should be adopted by all other osmocom libraries |