summaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm0480.h
Commit message (Collapse)AuthorAgeFilesLines
* gsm0480: Add method create own number responseHolger Hans Peter Freyther2010-10-181-0/+1
|
* ussd: Add a test case, switch parsing to use a gsm48_hdr and lenHolger Hans Peter Freyther2010-10-111-1/+3
| | | | | | The current USSD code is not doing any size checks, add a test case to find out how easily we access the data out of bounds. Begin to use the length in some places.
* gsm0480: Move the USSD parsing code to libosmocoreHolger Hans Peter Freyther2010-10-091-0/+11
| | | | | | | - 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/+12
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.