| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty... | Pau Espin Pedrol | 2019-06-14 | 1 | -7/+44 |
* | vty: command.c: Get rid of big indentation block | Pau Espin Pedrol | 2019-06-14 | 1 | -30/+30 |
* | command.c: Improve return check condition in cmd_execut_command_real() | Pau Espin Pedrol | 2019-06-14 | 1 | -2/+2 |
* | logging: Use reentrant ctime_r instead of ctime | Pau Espin Pedrol | 2019-06-13 | 1 | -5/+8 |
* | logging: Check return error from time() call | Pau Espin Pedrol | 2019-06-13 | 1 | -1/+2 |
* | fix isdigit taking unsigned as input | Kévin Redon | 2019-06-13 | 2 | -2/+2 |
* | vty: command.c: Get rid of huge indentation block | Pau Espin Pedrol | 2019-06-12 | 1 | -91/+94 |
* | cosmetic: vty: command.c: Use upper case for enum match_type value names | Pau Espin Pedrol | 2019-06-12 | 1 | -101/+101 |
* | core/utils: drop meaningless const from return value of osmo_luhn() | Vadim Yanitskiy | 2019-06-12 | 1 | -1/+1 |
* | vty: command.c: Fix is_cmd_ambiguous() returning always 0 | Pau Espin Pedrol | 2019-06-11 | 1 | -5/+5 |
* | vty: command.c: Get rid of huge indentation block | Pau Espin Pedrol | 2019-06-11 | 1 | -84/+87 |
* | gsm48_decode_bcd_number2: fix ENOSPC edge case | Oliver Smith | 2019-06-07 | 1 | -3/+13 |
* | fsm: Reduce amount of copy+pasted LOGPFSMSRC() statements | Harald Welte | 2019-06-05 | 1 | -17/+15 |
* | fsm: Allow millisecond granularity in osmo_fsm built-in timer | Harald Welte | 2019-06-05 | 1 | -23/+31 |
* | lapd_core: Perform N200 retransmissions, not N200-1 | Harald Welte | 2019-06-05 | 1 | -4/+4 |
* | lapdm: Allow user to specify T200 values; Use correct N200 values | Harald Welte | 2019-06-05 | 2 | -12/+76 |
* | gsm0808_utils: Add gsm0808_decode_cell_id_u() | Harald Welte | 2019-06-04 | 2 | -11/+59 |
* | make all library-internal static buffers thread-local | Harald Welte | 2019-06-04 | 13 | -33/+32 |
* | lapdm: Don't truncate L3 payload at 200 bytes length | Harald Welte | 2019-06-02 | 1 | -1/+1 |
* | socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd() | Vadim Yanitskiy | 2019-06-01 | 1 | -2/+2 |
* | vty/command.c: cosmetic: add missing curly brackets | Vadim Yanitskiy | 2019-06-01 | 1 | -2/+4 |
* | gsm48_encode_bcd_number(): clarify optional LHV header initialization | Vadim Yanitskiy | 2019-05-29 | 1 | -1/+7 |
* | rest_octets: Remove SI2ter + SI2bis encoders that don't do anything | Harald Welte | 2019-05-28 | 2 | -33/+0 |
* | rest_octets: Implement actual SI6 rest octets encoding | Harald Welte | 2019-05-28 | 1 | -11/+35 |
* | rest_octets: Add function to parse SI3 rest octets | Harald Welte | 2019-05-28 | 2 | -0/+79 |
* | rest_octets: Suffix encoder functiosn with _encode | Harald Welte | 2019-05-28 | 2 | -18/+20 |
* | rest_octets: Fix export of osmo_gsm48_rest_octets | Harald Welte | 2019-05-28 | 1 | -8/+8 |
* | rest_octets: Actually include gsm48_rest_octets.c in Makefile.am | Harald Welte | 2019-05-28 | 1 | -1/+1 |
* | rest_octets: Use correct symbols names for range encoder | Harald Welte | 2019-05-28 | 1 | -4/+4 |
* | gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+ | Harald Welte | 2019-05-28 | 1 | -4/+6 |
* | gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length | Vadim Yanitskiy | 2019-05-28 | 1 | -2/+2 |
* | gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncation | Vadim Yanitskiy | 2019-05-28 | 1 | -3/+13 |
* | gsm48_decode_bcd_number2(): fix output truncation | Vadim Yanitskiy | 2019-05-28 | 1 | -2/+2 |
* | tdef: Fix license: GPLv2+ instead of AGPLv3+ | Harald Welte | 2019-05-27 | 2 | -8/+9 |
* | oap_client: Fix license: GPLv2+ instead of AGPLv3+ | Harald Welte | 2019-05-27 | 1 | -4/+6 |
* | rsl: Add osmocom-specific extensions to RSL channel numbers for CBCH | Harald Welte | 2019-05-27 | 1 | -0/+10 |
* | lapdm_rslms_recvmsg: Fix memory leak in error path | Harald Welte | 2019-05-19 | 1 | -1/+3 |
* | TLV: Add one-shot TLV encoder | Harald Welte | 2019-05-19 | 2 | -0/+100 |
* | pseudotalloc: turn talloc_steal() into #define | Harald Welte | 2019-05-18 | 2 | -2/+3 |
* | codec/ecu: Add a bit of precision about the actual frame format used | Sylvain Munaut | 2019-05-15 | 1 | -2/+7 |
* | gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITS | Oliver Smith | 2019-05-15 | 1 | -1/+1 |
* | gsm0808: Introduce Osmocom extensions to announce Osmux support | Pau Espin Pedrol | 2019-05-13 | 3 | -0/+24 |
* | NS: log address:port on error | Max | 2019-05-10 | 1 | -2/+2 |
* | osmo_sock_get_name_*: Ensure string is returned in error case | Harald Welte | 2019-05-10 | 1 | -1/+3 |
* | Revert "Print error message if application fails to call rate_ctr_init()" | Harald Welte | 2019-05-10 | 1 | -5/+2 |
* | gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u() | Harald Welte | 2019-05-10 | 2 | -41/+43 |
* | Print error message if application fails to call rate_ctr_init() | Harald Welte | 2019-05-10 | 1 | -2/+5 |
* | Fix osmo_quote_str_c() for strings larger than 32 bytes | Harald Welte | 2019-05-10 | 1 | -2/+13 |
* | Add MO-FALLBACK-VALUE SGsAP IE | Omar Ramadan | 2019-05-10 | 1 | -0/+2 |
* | fix typo in FSM description | Kévin Redon | 2019-05-09 | 1 | -4/+4 |