summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/mncc.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-14[layer23] Cleanup of mobile applicationAndreas.Eversberg1-0/+3
All functions for handling mobile instances and mobile relevant parts are moved to mobile/app_mobile.c, the mobile/main.c and mobile/mncc.c become a simple out-of-the-box mobile application. (making calls) The mobile/main.c can be replaced easily by a different application now. this application may have it's own call control implementation (layer 4). Full configurations via VTY is still possible and required in this case.
2010-10-15[layer23] DTMF supportAndreas.Eversberg1-6/+17
2010-08-01[layer23] Correctly release a call, if not yet acknowledged by the networkAndreas.Eversberg1-0/+1
2010-07-27layer23: Split [2/2] -> The header filesSylvain Munaut1-0/+166
This split the headers and adapt the source. We use osmocom/bb as a prefix because libosomore also uses osmocom and generic names such as misc & common could conflict in the future. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>