libosmocore/include/osmocom
Neels Hofmeyr bdccc1b144 gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS
For 3G, I need a BCD composer/parser similar to gsm48_generate_lai()/
gsm48_decode_lai(). Those functions also handle a trivial extra
member (lac) which I don't need in this way for 3G.

So create new functions to take on the MCC+MNC BCD handling and call those
from gsm48_generate_lai() and gsm48_decode_lai(). In this way, the 3G code
in openbsc can use only the BCD functionality without code duplication.
2016-03-15 14:30:41 +01:00
..
codec include: Switch to #pragma once pattern 2014-06-16 10:17:27 +02:00
core log: Add conditional logging based on log_check_level 2016-02-29 14:30:14 +01:00
crypt include: Switch to #pragma once pattern 2014-06-16 10:17:27 +02:00
ctrl vty: add ctrl section for Control interface bind address 2016-02-25 11:02:35 +01:00
gprs Add helper function to convert numerical BSSGP PDU type to string 2016-03-11 22:29:39 +07:00
gsm gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS 2016-03-15 14:30:41 +01:00
sim rename osim_file_find_* to osim_file_desc_find_* 2016-03-11 22:05:25 +07:00
vty vty: add ctrl section for Control interface bind address 2016-02-25 11:02:35 +01:00