summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr2019-03-075-17/+76
* fix tdef_test.c: do call the function-to-test in all casesNeels Hofmeyr2019-03-063-19/+19
* tdef_test: tweak output to prepare for a fixNeels Hofmeyr2019-03-063-21/+24
* represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr2019-03-067-52/+111
* api doc: tweak gsm0808_cell_id_matches_list() docNeels Hofmeyr2019-03-051-1/+2
* coding: check gsm0503_rach_*() resultsMax2019-03-051-8/+10
* fix api doc typo for osmo_plmn_name2()Neels Hofmeyr2019-02-261-1/+1
* log: fsm: allow logging the timeout on state changeNeels Hofmeyr2019-02-264-12/+53
* NS: Add support for GPRS NS IP Sub-Network-Service (SNS)Harald Welte2019-02-269-20/+1056
* NS: Factor out gprs_nsvc_start_test() and use itHarald Welte2019-02-263-15/+21
* gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte2019-02-264-3/+207
* enlarge gsm0808 msgb headroomNeels Hofmeyr2019-02-261-2/+2
* LCLS: add string dump helpersMax2019-02-266-3/+54
* GPRS: Doxygen documentation for 'struct libgb_msgb_cb'Harald Welte2019-02-231-4/+4
* NS: Add missing NS Cause stringsHarald Welte2019-02-231-0/+7
* NS: Don't print information about FR/GRE if not enabled!Harald Welte2019-02-231-3/+4
* Add multipatch capability to osmo-config-mergeMax2019-02-221-21/+45
* select: Call log_reset_context() before calling file descriptor callbacksHarald Welte2019-02-211-0/+6
* gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK messageHarald Welte2019-02-191-1/+29
* gprs_ns: Declare gprs_ns_tx_alive*() in header fileHarald Welte2019-02-191-0/+2
* gprs_ns.c: cosmetic whitespace fixesHarald Welte2019-02-191-2/+2
* gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()Harald Welte2019-02-191-2/+2
* bssgp_tx_bvc_unblock(): Fix log messageHarald Welte2019-02-191-1/+1
* rsl: Support PDCH in rsl_chan_nr_strPau Espin Pedrol2019-02-181-0/+2
* gsm0808: Add unit tests for test_create_clear_command2()Harald Welte2019-02-182-0/+26
* gsm0808: comment about difference of gsm0808_create_clear_command()Harald Welte2019-02-181-1/+4
* Fix BSSMAP length generated by gsm0808_create_clear_command2()Harald Welte2019-02-181-1/+7
* add OSMO_STRBUF_PRINTF()Neels Hofmeyr2019-02-173-0/+188
* gsm_08_08.h: Add constants for Channel Type in signalling modeSylvain Munaut2019-02-171-0/+14
* fix osmo_gsm48_classmark* libosmogsm.map entriesNeels Hofmeyr2019-02-151-6/+6
* get_value_string(): guard against NULLNeels Hofmeyr2019-02-151-0/+3
* Enable remote SIM protocol log levelMax2019-02-142-1/+6
* gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy2019-02-083-1/+26
* protocol/gsm_04_14: Fix the OPEN LOOP message typeSylvain Munaut2019-02-071-1/+1
* platform independence fix: tdef range testsNeels Hofmeyr2019-02-068-133/+490
* gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier2019-02-053-0/+18
* bitvec: Add bitvec_tailroom_bits() functionHarald Welte2019-02-052-0/+25
* bitvec: Add bitvec_bytes_used() functionHarald Welte2019-02-053-0/+37
* gsm_08_08.h: Add IEI definitions from Release 15Harald Welte2019-02-051-0/+5
* Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15Harald Welte2019-02-051-0/+2
* add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr2019-02-0418-2/+2998
* doxygen: allow manual 'make apidoc' even if --disable-doxygenNeels Hofmeyr2019-02-041-8/+17
* doxygen: add source files as dependenciesNeels Hofmeyr2019-02-041-7/+25
* doxygen: enable cross referencing everywhereNeels Hofmeyr2019-02-048-28/+130
* vty api: add vty_out_va()Neels Hofmeyr2019-02-042-12/+20
* vty telnet: consistently never change nodes upon CTRL-CNeels Hofmeyr2019-02-041-18/+0
* vty: enable tab-completion for optional-multi-choice argsNeels Hofmeyr2019-02-041-1/+10
* vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr2019-02-043-3/+45
* vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr2019-02-042-2/+2
* add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr2019-02-043-2/+301