index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gsm
/
gsm0480.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gsm0480: fix: don't overwrite the data of RELEASE_COMPLETE
Vadim Yanitskiy
2018-05-29
1
-2
/
+6
*
gsm0480: drop messages with incorrect data length
Vadim Yanitskiy
2018-04-04
1
-9
/
+12
*
gsm0480: copy the raw USSD data, its DCS and length
Vadim Yanitskiy
2018-04-04
1
-9
/
+17
*
gsm0480: parse optional IEs for RELEASE COMPLETE message
Vadim Yanitskiy
2018-01-17
1
-1
/
+5
*
gsm0480: parse all SS info elements in a message
Vadim Yanitskiy
2018-01-17
1
-1
/
+10
*
gsm0480: correct parse_ss_info_elements() declaration
Vadim Yanitskiy
2018-01-17
1
-1
/
+1
*
gsm0480: refactor gsm0480_decode_ss_request
Vadim Yanitskiy
2018-01-17
1
-7
/
+14
*
gsm0480: move SS request length check to parse_ss()
Vadim Yanitskiy
2018-01-17
1
-12
/
+11
*
gsm0480: pass exact GSM 04.80 payload length to parse_ss()
Vadim Yanitskiy
2018-01-17
1
-4
/
+4
*
gsm0480: add specification reference to SS message type
Vadim Yanitskiy
2018-01-17
1
-0
/
+1
*
gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATA
Vadim Yanitskiy
2018-01-17
1
-0
/
+5
*
gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQ
Vadim Yanitskiy
2018-01-17
1
-0
/
+2
*
gsm0480: handle GSM0480_CTYPE_RETURN_RESULT
Vadim Yanitskiy
2018-01-17
1
-0
/
+82
*
gsm0480: parse GSM0480_MTYPE_FACILITY separately
Vadim Yanitskiy
2018-01-17
1
-1
/
+17
*
gsm0480: handle UnstructuredSS Request with DSC != 0x0F
Vadim Yanitskiy
2018-01-17
1
-0
/
+20
*
gsm0480: clean up the parse_process_uss_req() code
Vadim Yanitskiy
2018-01-17
1
-19
/
+20
*
gsm0480: fix USSD OCTET STRING length confusion
Vadim Yanitskiy
2018-01-17
1
-2
/
+2
*
gsm0480: skip length check for 'RELEASE COMPLETE' message
Sergey Kostanbaev
2018-01-17
1
-3
/
+10
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-0
/
+2
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-2
/
+2
*
gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()
Neels Hofmeyr
2016-12-01
1
-0
/
+29
*
gsm0480: code dup: introduce and use gsm0480_l3hdr_push()
Neels Hofmeyr
2016-12-01
1
-6
/
+14
*
fix USSD: SS message type mask should be 0x3f, not 0xbf
Neels Hofmeyr
2016-10-12
1
-1
/
+1
*
04.08: add inline funcs for pdisc + msg type bitmasks
Neels Hofmeyr
2016-03-15
1
-2
/
+2
*
Supplementary Services (de)activation, interrogation added
Tobias Engel
2015-01-01
1
-25
/
+101
*
ussd: Fix text of RELEASE COMPLETE
Alexander Huemer
2013-10-15
1
-1
/
+1
*
sms: Added result buffer size parameter to 7bit conv funs
Jacob Erlbeck
2013-08-12
1
-7
/
+4
*
Add special 7-bit encoding and decoding functions for USSD coding
Andreas Eversberg
2013-08-08
1
-5
/
+5
*
gsm: Revert the gsm_7bit_encode changes as they are wrong
Holger Hans Peter Freyther
2013-07-07
1
-24
/
+9
*
Fix: Handle returned length by gsm_7bit_encode correctly
Andreas Eversberg
2013-07-06
1
-9
/
+24
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
1
-5
/
+5
*
This patch moves the GSM-specific functions to the new library
Pablo Neira Ayuso
2011-03-23
1
-0
/
+461