index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
add comment to gsm_mncc_bearer_cap.speech_ver
Neels Hofmeyr
2019-05-03
1
-1
/
+1
*
add vty_is_active()
Neels Hofmeyr
2019-05-03
1
-0
/
+2
*
add osmo_bssap_tlv_parse2() for multiple identical T
Neels Hofmeyr
2019-05-03
1
-0
/
+3
*
add gsm48_decode_bcd_number2() from osmo-msc
Neels Hofmeyr
2019-05-03
1
-1
/
+5
*
BSSMAP: add messages for inter-BSC and inter-MSC Handover
Neels Hofmeyr
2019-05-03
1
-0
/
+66
*
gsm/gsm_utils.h: fix argument type of gsm_chan_t_name()
Vadim Yanitskiy
2019-05-02
1
-1
/
+1
*
BSSMAP: tweaks
Neels Hofmeyr
2019-04-26
1
-2
/
+2
*
GSUP: add inter-MSC handover related msgs and IEs
Oliver Smith
2019-04-26
1
-0
/
+66
*
GSUP: add Message Class IE
Neels Hofmeyr
2019-04-13
1
-0
/
+21
*
add OSMO_IMSI_BUF_SIZE
Neels Hofmeyr
2019-04-13
2
-1
/
+4
*
add identifier sanitation for setting FSM instance ids
Neels Hofmeyr
2019-04-12
2
-0
/
+2
*
add osmo_{escape,quote}_str_buf2() for standard args ordering
Neels Hofmeyr
2019-04-12
1
-2
/
+6
*
tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN()
Neels Hofmeyr
2019-04-11
1
-7
/
+30
*
add osmo_str_startswith()
Neels Hofmeyr
2019-04-11
1
-0
/
+2
*
fsm: support graceful osmo_fsm_inst_term() cascades
Neels Hofmeyr
2019-04-11
1
-0
/
+1
*
fsm: add flag to ensure osmo_fsm_inst_term() happens only once
Neels Hofmeyr
2019-04-11
1
-0
/
+2
*
Add _c versions of functions that otherwise return static buffers
Harald Welte
2019-04-10
13
-0
/
+55
*
gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) values
Vadim Yanitskiy
2019-04-09
1
-0
/
+5
*
add osmo_use_count API
Neels Hofmeyr
2019-04-08
2
-0
/
+229
*
add osmo_sockaddr_str API
Neels Hofmeyr
2019-04-08
2
-0
/
+88
*
Add _buf() functions to bypass static string buffers
Harald Welte
2019-04-03
12
-1
/
+25
*
osmo_escape_str_buf: Always copy, don't return input string pointer
Harald Welte
2019-03-29
1
-1
/
+1
*
Doxygen: fix documentation of rate_ctr_for_each_counter()
Vadim Yanitskiy
2019-03-27
1
-4
/
+0
*
core/msgb.h: fix incorrect Doxygen parameter description
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
core/msgb.h: drop meaningless parameter of msgb_eq_* helpers
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
core/linuxlist.h: fix white-space and inconsistent alignment
Vadim Yanitskiy
2019-03-27
1
-19
/
+19
*
core/linuxlist.h: fix and unify Doxygen documentation
Vadim Yanitskiy
2019-03-27
1
-99
/
+96
*
gsm_utils.h: remove unused include of gsm_08_08.h
Neels Hofmeyr
2019-03-27
1
-1
/
+0
*
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
2019-03-21
1
-5
/
+10
*
socket: osmo_sock_get_name() Use "const void *" as talloc context
Harald Welte
2019-03-19
1
-1
/
+1
*
gsm0808_utils: fix gsm48 multirate configuration generator
Philipp Maier
2019-03-11
2
-1
/
+15
*
add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()
Neels Hofmeyr
2019-03-08
2
-0
/
+12
*
fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()
Neels Hofmeyr
2019-03-07
1
-0
/
+15
*
represent negative T-timers as Osmocom-specific X-timers
Neels Hofmeyr
2019-03-06
3
-4
/
+14
*
log: fsm: allow logging the timeout on state change
Neels Hofmeyr
2019-02-26
1
-0
/
+1
*
NS: Add support for GPRS NS IP Sub-Network-Service (SNS)
Harald Welte
2019-02-26
2
-3
/
+19
*
gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding
Harald Welte
2019-02-26
1
-0
/
+9
*
enlarge gsm0808 msgb headroom
Neels Hofmeyr
2019-02-26
1
-2
/
+2
*
LCLS: add string dump helpers
Max
2019-02-26
1
-0
/
+3
*
GPRS: Doxygen documentation for 'struct libgb_msgb_cb'
Harald Welte
2019-02-23
1
-4
/
+4
*
gprs_ns: Declare gprs_ns_tx_alive*() in header file
Harald Welte
2019-02-19
1
-0
/
+2
*
add OSMO_STRBUF_PRINTF()
Neels Hofmeyr
2019-02-17
1
-0
/
+85
*
gsm_08_08.h: Add constants for Channel Type in signalling mode
Sylvain Munaut
2019-02-17
1
-0
/
+14
*
gsm/gsm0480: introduce gsm0480_create_release_complete()
Vadim Yanitskiy
2019-02-08
1
-1
/
+3
*
protocol/gsm_04_14: Fix the OPEN LOOP message type
Sylvain Munaut
2019-02-07
1
-1
/
+1
*
gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMAND
Philipp Maier
2019-02-05
1
-0
/
+1
*
bitvec: Add bitvec_tailroom_bits() function
Harald Welte
2019-02-05
1
-0
/
+6
*
bitvec: Add bitvec_bytes_used() function
Harald Welte
2019-02-05
1
-0
/
+9
*
gsm_08_08.h: Add IEI definitions from Release 15
Harald Welte
2019-02-05
1
-0
/
+5
[next]