index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gsm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
prevent integer underflow in ipa_ccm_make_id_resp_from_req()
Harald Welte
2018-04-17
1
-1
/
+6
*
add gsm0808_{enc,dec}_cell_id
Neels Hofmeyr
2018-04-13
2
-0
/
+53
*
add tlv_parse2(), capable of multiple instances of the same IE
Neels Hofmeyr
2018-04-13
2
-24
/
+69
*
add gsm0808_cell_id_list_add() to combine two cell identifier lists
Neels Hofmeyr
2018-04-13
2
-0
/
+80
*
add osmo_cgi_name()
Neels Hofmeyr
2018-04-13
2
-0
/
+29
*
avoid warning in gsm0808_create_layer3
Neels Hofmeyr
2018-04-10
1
-1
/
+11
*
add gsm48_reject_value_names
Neels Hofmeyr
2018-04-09
2
-0
/
+34
*
fix spelling
Thorsten Alteholz
2018-04-08
1
-1
/
+1
*
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
*
gsm0808: Add value strings for BSSMAP cause codes
Philipp Maier
2018-03-29
2
-0
/
+74
*
fix gsm0808_enc_cell_id_list2 for leading-zero MNC
Neels Hofmeyr
2018-03-23
1
-2
/
+2
*
gsm_08_08: correct speech codec defaults
Philipp Maier
2018-03-23
1
-2
/
+2
*
abis_nm: Introduce abis_nm_dump_foh()
Harald Welte
2018-03-17
2
-4
/
+12
*
add a regression test for TLV parsing with repeated IEs
Stefan Sperling
2018-03-16
1
-2
/
+2
*
fix parse_cell_id_lac_and_ci_list()
Stefan Sperling
2018-03-16
1
-6
/
+7
*
fix bug in parse_cell_id_ci_list()
Stefan Sperling
2018-03-16
1
-1
/
+1
*
use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()
Stefan Sperling
2018-03-15
1
-9
/
+6
*
fix cell identifier decoding in libosmocore
Stefan Sperling
2018-03-15
1
-15
/
+16
*
fix a cell identifier parsing bug in libosmocore
Stefan Sperling
2018-03-14
1
-2
/
+2
*
support for more cell ID list types in libosmocore
Stefan Sperling
2018-03-13
3
-5
/
+292
*
fix osmo_mnc_from_str(): don't try to parse NULL
Neels Hofmeyr
2018-03-05
1
-8
/
+6
*
features: move bts feature related functionality to libosmocore
Philipp Maier
2018-03-02
3
-1
/
+51
*
gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC
Neels Hofmeyr
2018-02-28
2
-0
/
+80
*
implement support for 3-digit MNC with leading zeros
Neels Hofmeyr
2018-02-28
5
-59
/
+241
*
Revert "Add function to encode classmark"
Harald Welte
2018-02-22
2
-17
/
+0
*
Add function to encode classmark
Max
2018-02-15
2
-0
/
+17
*
Add generic Mobile Identity encoder
Max
2018-02-15
2
-14
/
+18
*
tlv_parser: Report *first* occurrence of repeated IEs
Harald Welte
2018-02-09
1
-2
/
+7
*
GSUP: change osmo_gsup_encode() return type
Max
2018-02-05
1
-4
/
+9
*
SMS: Add value_string for TS 04.11 CP and RP state
Harald Welte
2018-01-24
3
-0
/
+16
*
gsm48_pdisc_names: Use conscise, short names
Harald Welte
2018-01-24
1
-15
/
+15
*
MNCC: Add MNCC to string dumper
Harald Welte
2018-01-19
3
-1
/
+420
*
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
*
Log lapd_datalink state on errors
Max
2018-01-16
1
-5
/
+5
*
TLVP_PRESENT() should not return TRUE after tlv_parse() fails.
Stefan Sperling
2018-01-12
1
-4
/
+10
[prev]
[next]