index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsm: allow graceful exit on FSM termination
Philipp Maier
2018-02-19
1
-2
/
+13
*
memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failure
Neels Hofmeyr
2018-02-16
1
-1
/
+3
*
memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure
Neels Hofmeyr
2018-02-16
2
-2
/
+8
*
memleak: gsmtap_sendmsg(): don't return 0 when no data was written
Neels Hofmeyr
2018-02-16
1
-1
/
+1
*
gsmtap_sendmsg(): clarify API doc concerning msgb ownership
Neels Hofmeyr
2018-02-16
1
-0
/
+3
*
fsm: Add a function to change the FSM instance ID later
Daniel Willmann
2018-02-15
1
-6
/
+25
*
Add function to encode classmark
Max
2018-02-15
2
-0
/
+17
*
Add generic Mobile Identity encoder
Max
2018-02-15
2
-14
/
+18
*
talloc_ctx_vty: Fix help strings (missing \n at end of line)
Harald Welte
2018-02-14
1
-3
/
+3
*
Revert "fsm: do not terminate child FSMs early"
Harald Welte
2018-02-09
1
-4
/
+3
*
fsm: do not terminate child FSMs early
Philipp Maier
2018-02-09
1
-3
/
+4
*
tlv_parser: Report *first* occurrence of repeated IEs
Harald Welte
2018-02-09
1
-2
/
+7
*
vty: fix 'logging print file' output
Neels Hofmeyr
2018-02-06
1
-8
/
+11
*
GSUP: change osmo_gsup_encode() return type
Max
2018-02-05
1
-4
/
+9
*
utils: add helper wrapper for osmo_strlcpy()
Max
2018-02-05
1
-4
/
+3
*
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
*
fsm: add functions for unlinking and changing parents
Philipp Maier
2018-01-24
1
-3
/
+34
*
libosmocoding: use frame length definitions from codec.h
Vadim Yanitskiy
2018-01-24
1
-7
/
+0
*
libosmocoding: fix typo in library documentation
Vadim Yanitskiy
2018-01-23
1
-1
/
+1
*
socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()
Philipp Maier
2018-01-22
1
-2
/
+2
*
socket: fix socket leak in osmo_sock_local_ip()
Philipp Maier
2018-01-22
1
-0
/
+1
*
MNCC: Add MNCC to string dumper
Harald Welte
2018-01-19
3
-1
/
+420
*
logging vty: add 'logging print file (0|1|basename)' cmd
Neels Hofmeyr
2018-01-19
1
-0
/
+27
*
logging: allow to log only the basename of each source
Neels Hofmeyr
2018-01-19
1
-0
/
+14
*
logging: separate the '<000b>' subsys from filename logging
Neels Hofmeyr
2018-01-19
2
-6
/
+61
*
cosmetic: logging: if color is disabled, don't print ""
Neels Hofmeyr
2018-01-17
1
-5
/
+6
*
fsm: fix double llist_del in osmo_fsm_inst_term()
Philipp Maier
2018-01-17
1
-2
/
+3
*
fix -Werror build: logging.c: always use literal with snprintf
Neels Hofmeyr
2018-01-17
1
-1
/
+1
*
logging: color the log category according to level
Neels Hofmeyr
2018-01-17
1
-1
/
+5
*
logging: color the log level
Neels Hofmeyr
2018-01-17
1
-4
/
+26
*
logging: add ability to log the log-level with API and vty
Neels Hofmeyr
2018-01-17
2
-0
/
+38
*
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
*
libosmocodec: implement ECU (Error Concealment Unit) for FR
Philipp Maier
2018-01-15
2
-1
/
+166
*
logging-gsmtap: send only basename of source file
Neels Hofmeyr
2018-01-12
1
-0
/
+5
[next]