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
*
gsm0808: Add value_string for encryption algorithms
Pau Espin Pedrol
2018-07-12
2
-0
/
+13
*
ctrl: Fix parsing of ERROR recvd msgs with id=err
Pau Espin Pedrol
2018-07-12
1
-1
/
+2
*
ctrl: Log CMD TYPE on invalid ID number
Pau Espin Pedrol
2018-07-12
1
-1
/
+2
*
gsm_08_08: gsm0808_permitted_speech does not have value strings
Philipp Maier
2018-07-12
2
-0
/
+15
*
vty: fix use-after-free and memleaks in is_cmd_ambiguous()
Neels Hofmeyr
2018-07-11
1
-20
/
+43
*
vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()
Neels Hofmeyr
2018-07-09
1
-8
/
+1
*
vty/command.c: talloc from tall_vty_cmd_ctx, not NULL
Neels Hofmeyr
2018-07-09
1
-3
/
+3
*
Don't enforce Python 2 for utilities
Vadim Yanitskiy
2018-07-02
1
-1
/
+1
*
osmo_panic(): Annotate as __attribute__ ((noreturn))
Harald Welte
2018-06-29
1
-1
/
+8
*
Don't call abort() directly, always use osmo_panic()
Harald Welte
2018-06-28
2
-2
/
+3
*
Fix embedded (arm-none-eabi) builds
Harald Welte
2018-06-28
4
-0
/
+26
*
return error to sender upon bssgp_tlv_parse() failure
Stefan Sperling
2018-06-25
1
-0
/
+2
*
check bssgp_tlv_parse() return code in bssgp_rcvmsg()
Stefan Sperling
2018-06-25
1
-0
/
+5
*
add and tweak inter-BSC HO API
Neels Hofmeyr
2018-06-18
2
-2
/
+87
*
gsm: lapdm.c: Add missing new line char in notice log string
Pau Espin Pedrol
2018-06-18
1
-1
/
+1
*
gsm 04.80: Add value_string for component type and op code
Harald Welte
2018-06-16
2
-0
/
+34
*
gsup: Add value_string for Session State IE
Harald Welte
2018-06-16
2
-0
/
+9
*
Add function gprs_nsvc_state_append
Daniel Willmann
2018-06-14
2
-0
/
+23
*
gsup: Add osmo_gsup_get_err_msg_type() function
Harald Welte
2018-06-11
2
-0
/
+24
*
gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()
Vadim Yanitskiy
2018-06-11
2
-16
/
+31
*
gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()
Vadim Yanitskiy
2018-06-11
2
-0
/
+89
*
vty: Add logging_vty_add_deprecated_subsys
Harald Welte
2018-06-09
1
-0
/
+21
*
vty: Don't dump deprecated commands in XML export
Harald Welte
2018-06-09
1
-2
/
+4
*
Add osmo_isqrt32() to compute 32bit integer square root
Harald Welte
2018-06-06
1
-0
/
+40
*
gsm0808: Add value_string for LCLS related IEs
Harald Welte
2018-06-02
2
-0
/
+36
*
add osmo_fsm_inst_state_chg_keep_timer()
Neels Hofmeyr
2018-05-31
1
-30
/
+64
*
GSUP: introduce new messages for SS/USSD payloads
Vadim Yanitskiy
2018-05-31
1
-0
/
+15
*
GSUP: implement TCAP-like session management
Vadim Yanitskiy
2018-05-31
1
-0
/
+16
*
gsm0808: Add encoding functions for LCLS BSSMAP messages
Harald Welte
2018-05-30
2
-0
/
+63
*
gsm0480: fix: don't overwrite the data of RELEASE_COMPLETE
Vadim Yanitskiy
2018-05-29
1
-2
/
+6
*
add gsm0808_create_handover_request_ack()
Neels Hofmeyr
2018-05-27
2
-0
/
+26
*
add support for gsm0808 HANDOVER REQUIRED message
Neels Hofmeyr
2018-05-27
2
-0
/
+71
*
add gsm0808_cell_id_to_list()
Neels Hofmeyr
2018-05-27
2
-0
/
+32
*
ctrl: Add doxygen API documentation; generate html from it
Harald Welte
2018-05-26
2
-4
/
+67
*
ctrl: Introduce libosmoctrl.map to avoid unintended exports
Harald Welte
2018-05-26
2
-0
/
+36
*
cosmetic: Whitespace fixes in control_if.c
Harald Welte
2018-05-26
1
-3
/
+3
*
remove unused argument from pad_append_ctr() helper function
Stefan Sperling
2018-05-25
1
-7
/
+7
*
Add a 'show rate-counters' VTY command.
Stefan Sperling
2018-05-24
1
-0
/
+17
*
introduce vty_out_rate_ctr_group_fmt() function
Stefan Sperling
2018-05-24
1
-0
/
+136
*
mncc: properly export osmo_mncc_name()
Harald Welte
2018-05-24
2
-4
/
+1
*
gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...
Pau Espin Pedrol
2018-05-17
1
-1
/
+10
*
fix spelling
Thorsten Alteholz
2018-05-15
1
-2
/
+2
*
fsm: guard action callback
Philipp Maier
2018-05-15
1
-1
/
+3
*
isdnhdlc: Port from kernel to userspace
Harald Welte
2018-05-11
2
-61
/
+49
*
import isdn4linux HDLC code from linux kernel
Harald Welte
2018-05-11
1
-0
/
+630
*
Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd
Harald Welte
2018-05-10
1
-0
/
+66
*
lapdm: don't enforce contention resolution on SAPI0/DCCH
Harald Welte
2018-05-09
1
-5
/
+2
*
lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless needed
Harald Welte
2018-05-08
1
-3
/
+5
*
lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()
Harald Welte
2018-05-08
1
-9
/
+5
*
add gsm0808 channel enum to IE val conversion functions
Neels Hofmeyr
2018-05-08
2
-0
/
+10
[next]