summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/mnccms.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26mobile: fix rate adaption checking for MO/MT CSD callsVadim Yanitskiy1-5/+21
2024-01-26mobile: VTY: disable DATA_CALL_TR_V34_9600 (not supported)Vadim Yanitskiy1-1/+4
2024-01-24mobile: VTY: rework data type/rate configuration commandsVadim Yanitskiy1-36/+92
2024-01-24mobile: VTY: make soft-UART parameters configurableVadim Yanitskiy1-4/+4
2024-01-24mobile: VTY: use 'enum gsm48_bcap_transp' from libosmogsmVadim Yanitskiy1-17/+1
2024-01-20mobile: fix unsupported data rate (UR/IR) messagesVadim Yanitskiy1-2/+2
2023-11-02mobile: add support for Circuit Switched Data callsVadim Yanitskiy1-9/+204
2023-10-18mobile: improve handling of Bearer Capability IE for MT callsVadim Yanitskiy1-58/+118
2023-10-18mobile: fix mncc_get_bearer(): return -1 straightawayVadim Yanitskiy1-6/+6
2023-10-18mobile: cosmetic: improve mncc_{get,set}_bearer()Vadim Yanitskiy1-8/+8
2023-10-18mobile: mnccms: use constants from libosmogsm (gsm_04_08.h)Vadim Yanitskiy1-24/+27
2023-10-16mobile: mncc_call(): make *number argument constVadim Yanitskiy1-1/+1
2023-10-16mobile: mncc_recv_internal(): make struct gsm_mncc ptr constVadim Yanitskiy1-3/+5
2023-04-24layer23: Move vty_notify() to common/Pau Espin Pedrol1-64/+64
2023-01-16layer23: Move settings.{c,h} under common/Pau Espin Pedrol1-1/+1
2023-01-16layer23: Move osmocom_ms to a separate filePau Espin Pedrol1-0/+1
2023-01-16layer23: Add missing header dependencies to several filesPau Espin Pedrol1-0/+1
2022-11-29mobile: add MNCC handler selection to settingsVadim Yanitskiy1-2/+2
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2019-10-17Fix common misspellings and typosMartin Hauke1-3/+3
2018-11-16mobile: use proper type for boolean flagsMax1-8/+8
2018-11-16mobile: add header for MS' MNCC functionsMax1-2/+1
2018-08-11layer23: Replace all instances of strncpy() by osmo_strlcpyHarald Welte1-3/+2
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-3/+2
2013-01-10mobile: Fixed CLIR invokation / suppressionAndreas Eversberg1-2/+4
2011-11-13host/mobile: Whitespace fixes, no functional changesSylvain Munaut1-2/+2
2011-09-04[mobile] Using socket application interface with mobile applicationAndreas Eversberg1-11/+47
2011-05-15src: use namespace prefix osmo_timer*Pablo Neira Ayuso1-3/+3
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-1/+1
2010-11-07[layer23] Call application sends CC Capability on incoming callAndreas.Eversberg1-0/+5
2010-11-06layer23/mobile: Fix 'implicit declaration' warning for mncc_answer()Steve Markgraf1-0/+1
2010-10-27layer23/mobile: Add configuration option for automatically answering callsSteve Markgraf1-0/+4
2010-10-27layer23: typo/cosmetic fixes in cell_log.c and mnccms.cSteve Markgraf1-12/+12
2010-10-15[layer23] DTMF supportAndreas.Eversberg1-2/+120
2010-10-12[layer23] FACILITY message is handled now, but not decodedAndreas.Eversberg1-0/+4
2010-10-03[layer23] Rework of "support"-features, features can be disabled nowAndreas.Eversberg1-19/+17
2010-09-26[layer23] Do not reject mobile terminated calls with no codec givenAndreas.Eversberg1-8/+0
2010-09-26[layer23] Speech codec selection and negotiation with networkAndreas.Eversberg1-9/+183
2010-09-20[layer23] VTY now checks dialed number for valid digitsAndreas.Eversberg1-1/+6
2010-09-20host/mobile: Properly set called party dialling plan & typeSylvain Munaut1-0/+2
2010-08-01[layer23] Correctly release a call, if not yet acknowledged by the networkAndreas.Eversberg1-1/+6
2010-07-27layer23: Split [2/2] -> The header filesSylvain Munaut1-4/+4
2010-07-27layer23: Split [1/2] -> The source codeSylvain Munaut1-0/+469