aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/trau_mux.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-20introduce talloc all over OpenBSCHarald Welte1-2/+16
2009-06-10reworked MNCC codebaseHarald Welte1-2/+20
This is Harald's reworked MNCC base, slowly heading towards integration into master. The key changes are: * provide much more structure to the data in gsm_mncc * encode_* and decode_* functions now take a structure rather than tons of individual arguments (whose order nobody can remember) * make sure we don't have copies of the same code everywhere by introducing mncc_set_cause() and mncc_release_ind() * save horizontal screen space if possible * make sure we break lines > 80 characters
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+212