| Commit message (Expand) | Author | Age | Files | Lines |
* | fix OSMO_SOCKADDR_STR_FMT for IPv6 | Neels Hofmeyr | 2019-11-11 | 1 | -2/+6 |
* | GPRS/BSSGP: introduce bssgp_bvc_ctx_free() | Vadim Yanitskiy | 2019-11-09 | 1 | -0/+2 |
* | select: Make file descriptor lists per-thread | Harald Welte | 2019-11-07 | 1 | -0/+1 |
* | gsm: gsm_04_08.h: Allow accessing classmark2 as struct instead of uint32_t | Pau Espin Pedrol | 2019-11-04 | 1 | -5/+28 |
* | gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit tests | Pau Espin Pedrol | 2019-11-04 | 1 | -2/+1 |
* | gsm: Fix compilation error under some compilers | Pau Espin Pedrol | 2019-11-04 | 2 | -2/+2 |
* | gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass() | Pau Espin Pedrol | 2019-11-03 | 1 | -1/+2 |
* | add osmo_sockaddr_str_is_nonzero() | Neels Hofmeyr | 2019-11-01 | 1 | -0/+1 |
* | cosmetic: gsm_04_08.h: Fix trailing whitespace | Pau Espin Pedrol | 2019-11-01 | 1 | -3/+3 |
* | add osmo_fsm_set_dealloc_ctx(), to help with use-after-free | Neels Hofmeyr | 2019-10-29 | 1 | -0/+1 |
* | gsm0508: add functions to calculate beginning of a block | Philipp Maier | 2019-10-28 | 1 | -0/+12 |
* | socket: Introduce API osmo_sock_init2_multiaddr() | Pau Espin Pedrol | 2019-10-18 | 1 | -0/+7 |
* | logging: Introduce mutex API to manage log_target in multi-thread envs | Pau Espin Pedrol | 2019-10-09 | 1 | -0/+14 |
* | tdef: Introduce min_val and max_val fields | Pau Espin Pedrol | 2019-10-07 | 1 | -0/+6 |
* | API doc tweaks (mncc.h, gsm_08_08.h) | Neels Hofmeyr | 2019-10-04 | 2 | -5/+7 |
* | gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IE | Neels Hofmeyr | 2019-09-28 | 1 | -0/+7 |
* | msgb: Allow size==headroom in msgb_alloc_headroom*() | Pau Espin Pedrol | 2019-09-26 | 1 | -2/+2 |
* | logging: Move extern declaration of osmo_log_target_list from logging.h to lo... | Pau Espin Pedrol | 2019-09-20 | 2 | -1/+1 |
* | ecu_fr: increase test coverage for FR ECU implementation | Philipp Maier | 2019-09-20 | 1 | -2/+4 |
* | cosmetic: Add comment on GSM-FR ECU struct | Philipp Maier | 2019-09-20 | 1 | -0/+1 |
* | cosmetic: Move comment to the right place | Philipp Maier | 2019-09-20 | 1 | -1/+1 |
* | logging.h: add L1 SAPI related context and filter | Oliver Smith | 2019-09-18 | 1 | -0/+2 |
* | logging_internal.h: Fix osmo_log_info definition | Pau Espin Pedrol | 2019-09-17 | 1 | -1/+1 |
* | tdef: fixup osmo_tdef_set() | Neels Hofmeyr | 2019-09-11 | 1 | -1/+1 |
* | tdef_vty.h: Add missing header dependencies | Pau Espin Pedrol | 2019-09-07 | 1 | -0/+3 |
* | tdef: Introduce API osmo_tdef_set() | Pau Espin Pedrol | 2019-09-07 | 1 | -0/+1 |
* | Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability | Harald Welte | 2019-09-05 | 1 | -0/+1 |
* | gsm_08_58: Add vendor-specific Message Type for ETWS Primary Warning | Harald Welte | 2019-09-05 | 1 | -0/+2 |
* | codec/ecu: Introduce new generic Error Concealment Unit abstraction | Harald Welte | 2019-09-02 | 1 | -0/+54 |
* | cbsp: Fix endless loop iteration when decoding cell list IEs | Harald Welte | 2019-08-31 | 1 | -0/+1 |
* | OSMO_SOCKADDR_STR_FMT_ARGS: guard against NULL pointer | Neels Hofmeyr | 2019-08-30 | 1 | -1/+1 |
* | OSMO_SOCKADDR_STR_FMT_ARGS: remove useless condition | Neels Hofmeyr | 2019-08-30 | 1 | -1/+1 |
* | context: Add support for [per-thread] global talloc contexts | Harald Welte | 2019-08-27 | 2 | -3/+26 |
* | Cosmetic: l1sap.h: change /* !< to /*!< | Oliver Smith | 2019-08-23 | 1 | -5/+5 |
* | osmo_tdef_get(): allow passing -1 as default timeout | Neels Hofmeyr | 2019-08-15 | 1 | -1/+1 |
* | codec/ecu_fr: Mark input TCH frame as 'const' as we only read it | Harald Welte | 2019-08-12 | 1 | -1/+1 |
* | gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string() | Vadim Yanitskiy | 2019-07-26 | 1 | -2/+1 |
* | Add Cell Broadcast related definitions from 3GPP TS 23.041 | Harald Welte | 2019-07-20 | 2 | -0/+90 |
* | cbsp: Introduce osmo_cbsp_errstr | Harald Welte | 2019-07-20 | 1 | -0/+2 |
* | CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) support | Harald Welte | 2019-07-20 | 3 | -0/+422 |
* | libosmogsm/l1sap.h: extend ph_rach_ind_param with lqual_cb | Vadim Yanitskiy | 2019-07-10 | 1 | -0/+1 |
* | Revert "utils.h: require a semi colon after OSMO_ASSERT" | Vadim Yanitskiy | 2019-07-09 | 1 | -2/+2 |
* | utils.h: require a semi colon after OSMO_ASSERT | Alexander Couzens | 2019-07-08 | 1 | -2/+2 |
* | add define for magic tmsi constant | Eric Wild | 2019-06-17 | 1 | -0/+1 |
* | (minor) fix typo in comments | Kévin Redon | 2019-06-13 | 1 | -3/+3 |
* | minor: don't redefine macros | Kévin Redon | 2019-06-13 | 2 | -0/+4 |
* | protocol/gsm_04_08.h: do not check if unsigned is positive | Vadim Yanitskiy | 2019-06-12 | 1 | -3/+3 |
* | core/utils: drop meaningless const from return value of osmo_luhn() | Vadim Yanitskiy | 2019-06-12 | 1 | -1/+1 |
* | fsm: Allow millisecond granularity in osmo_fsm built-in timer | Harald Welte | 2019-06-05 | 1 | -0/+15 |
* | lapdm: Allow user to specify T200 values; Use correct N200 values | Harald Welte | 2019-06-05 | 1 | -3/+9 |