summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* socket: osmo_sock_get_name() Use "const void *" as talloc contextHarald Welte2019-03-192-2/+2
* vty/tdef_vty.c: drop redundant comparisonVadim Yanitskiy2019-03-191-1/+1
* ipa_ccm_idtag_parse*: Fix reported length valueHarald Welte2019-03-191-1/+1
* rate_ctr_group_free(): guard against empty or NULL inputMax2019-03-191-1/+5
* tests: use -no-install libtool flag to avoid ./lt-* scriptsHarald Welte2019-03-191-1/+1
* gprs_ns_sns: Use "correct" remote IP address for local IP endpointHarald Welte2019-03-161-2/+2
* gprs_ns: Don't use initial IP/port for anything but SNSHarald Welte2019-03-161-2/+55
* gprs_ns.c: Update comment: IP SNS has recently been implementedHarald Welte2019-03-161-1/+0
* osmo_gsm48_classmark_a5_name(): fix 'no-cm3' labelNeels Hofmeyr2019-03-141-1/+1
* Fix build on non-glibc systemsKarl Koscher2019-03-111-3/+8
* gsm0808_utils: fix gsm48 multirate to S-bit converterPhilipp Maier2019-03-113-19/+78
* gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier2019-03-115-57/+313
* add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2019-03-086-8/+270
* 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