summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm480_ss.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17mobile: add generic signals for CC/SS/SM transactionsVadim Yanitskiy1-10/+17
2024-01-16mobile: always check return value of tlv_parse()Vadim Yanitskiy1-4/+19
2023-10-02ASCI: Add GCC/BCC layer to support voice group/broadcast callsAndreas Eversberg1-0/+7
2023-10-02ASCI: Add protocol type to trans_find_by_callref() functionAndreas Eversberg1-1/+1
2023-04-24layer23: Move vty_notify() to common/Pau Espin Pedrol1-16/+16
2023-01-16layer23: Move osmocom_ms to a separate filePau Espin Pedrol1-0/+1
2023-01-16cosmetic: layer23: Fix trailing whitespacePau Espin Pedrol1-6/+6
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2019-10-17Fix common misspellings and typosMartin Hauke1-2/+2
2019-07-21mobile/gsm480_ss.c: gsm480_tx_release_compl(): fix cause IE encodingVadim Yanitskiy1-2/+7
2019-07-21mobile: Fix encoding of cause in gsm480_tx_release_compl()Harald Welte1-4/+4
2019-05-28layer23: fix tons of compiler warnings, mostly OSMO_DEPRECATED relatedHarald Welte1-2/+2
2019-01-23mobile/gsm480_ss.c: fix build: apply msgb_wrap_with_TL() renameVadim Yanitskiy1-1/+1
2018-11-19Fix build with latest libosmocoreMax1-10/+0
2018-08-11layer23: Replace all instances of strncpy() by osmo_strlcpyHarald Welte1-5/+2
2017-11-27mobile: Instead of putting semantic in a comment, use an enumHolger Hans Peter Freyther1-1/+1
2017-11-05mobile/gsm480_ss.c: use secure gsm_7bit_(en|de)code_n_ussdVadim Yanitskiy1-6/+2
2017-05-25mobile/gsm480_ss.c: gsm480_mmss_ind: return rcVadim Yanitskiy1-1/+2
2017-05-25mobile/gsm480_ss.c: fix copy-paste errorVadim Yanitskiy1-2/+2
2013-12-24mobile/SS: Fixed bug in parsing of known supplemenary service codesAndreas Eversberg1-5/+5
2013-05-23host/mobile: Fix trans_assign_trans_id() users error checkingSylvain Munaut1-1/+1
2011-11-13host/mobile: Adding (partly implemented) supplementary service supportAndreas Eversberg1-0/+1289