| Commit message (Expand) | Author | Age | Files | Lines |
* | add osmo_sockaddr_str API | Neels Hofmeyr | 2019-04-08 | 1 | -0/+87 |
* | 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 |
* | Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15 | Harald Welte | 2019-02-05 | 1 | -0/+2 |
* | add osmo_tdef API, originally adopted from osmo-bsc T_def | Neels Hofmeyr | 2019-02-04 | 2 | -0/+239 |
* | vty api: add vty_out_va() | Neels Hofmeyr | 2019-02-04 | 1 | -0/+1 |
* | socket.h: add missing include | Max | 2019-02-04 | 1 | -2/+7 |
* | GSUP: deprecate osmo_gsup_get_err_msg_type() | Oliver Smith | 2019-02-04 | 1 | -2/+14 |
* | osmo_fsm_state_name: make robust against NULL fi | Neels Hofmeyr | 2019-01-29 | 1 | -1/+1 |
* | add osmo_classmark_* API | Neels Hofmeyr | 2019-01-29 | 1 | -0/+16 |
* | add osmo_hexdump_buf() and test | Neels Hofmeyr | 2019-01-28 | 1 | -0/+3 |
* | gsm0808: add BSSMAP Cell Identifier matching API | Neels Hofmeyr | 2019-01-28 | 2 | -0/+5 |
* | constrain gsm48_generate_mid() output array bounds | Harald Welte | 2019-01-22 | 1 | -0/+1 |
* | gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHK | Oliver Smith | 2019-01-21 | 1 | -0/+3 |
* | Rename msgb_wrap_with_TL() | Max | 2019-01-21 | 1 | -1/+1 |
* | Prevent GCR encoder/decoder functions from being used directly | Max | 2019-01-19 | 1 | -2/+2 |
* | LCLS: make GCR into static member of osmo_lcls | Max | 2019-01-19 | 1 | -1/+2 |
* | LCLS: add status parameter to Assignment Completed message | Max | 2019-01-19 | 1 | -0/+6 |
* | socket: add define for socket name length | Philipp Maier | 2019-01-17 | 1 | -0/+2 |
* | LCLS: add GCR comparison helper | Max | 2019-01-14 | 1 | -0/+1 |
* | comments: update/fix three 3GPP spec references | Neels Hofmeyr | 2019-01-14 | 3 | -3/+3 |
* | change GSM48_CMSERV_* to enum type, add names | Neels Hofmeyr | 2019-01-14 | 1 | -7/+14 |