summaryrefslogtreecommitdiffstats
path: root/src/gsm0480.c
Commit message (Collapse)AuthorAgeFilesLines
* gsm0480: Move the USSD parsing code to libosmocoreHolger Hans Peter Freyther2010-10-091-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 libosmocoreHolger Hans Peter Freyther2010-09-301-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.