Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsm0480: Move the USSD parsing code to libosmocore | Holger Hans Peter Freyther | 2010-10-09 | 1 | -0/+188 |
| | | | | | | | - Change u_int8 to uint8 - Change DEBUGP to LOGP - Change fprintf(stderr, to LOGP(0, LOGL_DEBUG - We should define log areas used inside libosmocore | ||||
* | gsm0480: Add USSD format functions to libosmocore | Holger Hans Peter Freyther | 2010-09-30 | 1 | -0/+190 |
These routines come from OpenBSC, the msgb_wrap_* functions belong to Mike Haben, the rest is mine. The msgb allocation is compatible to the GSM48 allocation in OpenBSC. |