aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm0480.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2019-11-3004.80: Deprecate gsm0480_create_ussd_resp()Harald Welte1-0/+1
2019-07-21gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for loggingVadim Yanitskiy1-13/+13
2019-07-21gsm/gsm0480.c: parse_ss(): drop needless debug printVadim Yanitskiy1-2/+0
2019-02-08gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy1-0/+21
2019-01-21Rename msgb_wrap_with_TL()Max1-9/+9
2018-12-19Fix typos in SS opcode namesMax1-2/+2
2018-12-14gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy1-3/+0
2018-11-19Move msgb_push helpers to public headerMax1-39/+10
2018-08-05libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy1-19/+16
2018-08-05gsm/gsm0480.c: use the local msgb allocatorVadim Yanitskiy1-3/+3
2018-08-05gsm/gsm0480.c: prevent NULL-pointer dereferenceVadim Yanitskiy1-2/+10
2018-07-2904.80: New gsm0480_gen_{reject,return_error}() functionsHarald Welte1-0/+64
2018-07-29USSD: Introduce gsm0480_gen_ussd_resp_7bit()Harald Welte1-1/+22
2018-07-29gsm0480: Factor out msgb allocation helper functionHarald Welte1-1/+6
2018-06-16gsm 04.80: Add value_string for component type and op codeHarald Welte1-0/+32
2018-06-11gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy1-16/+30
2018-06-11gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy1-0/+88
2018-05-29gsm0480: fix: don't overwrite the data of RELEASE_COMPLETEVadim Yanitskiy1-2/+6
2018-04-04gsm0480: drop messages with incorrect data lengthVadim Yanitskiy1-9/+12
2018-04-04gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy1-9/+17
2018-01-17gsm0480: parse optional IEs for RELEASE COMPLETE messageVadim Yanitskiy1-1/+5
2018-01-17gsm0480: parse all SS info elements in a messageVadim Yanitskiy1-1/+10
2018-01-17gsm0480: correct parse_ss_info_elements() declarationVadim Yanitskiy1-1/+1
2018-01-17gsm0480: refactor gsm0480_decode_ss_requestVadim Yanitskiy1-7/+14
2018-01-17gsm0480: move SS request length check to parse_ss()Vadim Yanitskiy1-12/+11
2018-01-17gsm0480: pass exact GSM 04.80 payload length to parse_ss()Vadim Yanitskiy1-4/+4
2018-01-17gsm0480: add specification reference to SS message typeVadim Yanitskiy1-0/+1
2018-01-17gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATAVadim Yanitskiy1-0/+5
2018-01-17gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQVadim Yanitskiy1-0/+2
2018-01-17gsm0480: handle GSM0480_CTYPE_RETURN_RESULTVadim Yanitskiy1-0/+82
2018-01-17gsm0480: parse GSM0480_MTYPE_FACILITY separatelyVadim Yanitskiy1-1/+17
2018-01-17gsm0480: handle UnstructuredSS Request with DSC != 0x0FVadim Yanitskiy1-0/+20
2018-01-17gsm0480: clean up the parse_process_uss_req() codeVadim Yanitskiy1-19/+20
2018-01-17gsm0480: fix USSD OCTET STRING length confusionVadim Yanitskiy1-2/+2
2018-01-17gsm0480: skip length check for 'RELEASE COMPLETE' messageSergey Kostanbaev1-3/+10
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+2
2016-12-01gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()Neels Hofmeyr1-0/+29
2016-12-01gsm0480: code dup: introduce and use gsm0480_l3hdr_push()Neels Hofmeyr1-6/+14
2016-10-12fix USSD: SS message type mask should be 0x3f, not 0xbfNeels Hofmeyr1-1/+1
2016-03-1504.08: add inline funcs for pdisc + msg type bitmasksNeels Hofmeyr1-2/+2
2015-01-01Supplementary Services (de)activation, interrogation addedTobias Engel1-25/+101
2013-10-15ussd: Fix text of RELEASE COMPLETEAlexander Huemer1-1/+1
2013-08-12sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck1-7/+4
2013-08-08Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg1-5/+5
2013-07-07gsm: Revert the gsm_7bit_encode changes as they are wrongHolger Hans Peter Freyther1-24/+9
2013-07-06Fix: Handle returned length by gsm_7bit_encode correctlyAndreas Eversberg1-9/+24
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-5/+5
2011-03-23This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso1-0/+461