aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-27core/msgb.h: fix incorrect Doxygen parameter descriptionVadim Yanitskiy1-5/+5
2019-03-27src/msgb.c: fix Doxygen documentation for msgb_printf()Vadim Yanitskiy1-2/+3
2019-03-27core/msgb.h: drop meaningless parameter of msgb_eq_* helpersVadim Yanitskiy1-5/+5
2019-03-27core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpersVadim Yanitskiy1-5/+5
2019-03-27src/logging.c: fix syntax errors in Doxygen documentationVadim Yanitskiy1-7/+7
2019-03-27core/linuxlist.h: fix white-space and inconsistent alignmentVadim Yanitskiy1-19/+19
2019-03-27core/linuxlist.h: fix and unify Doxygen documentationVadim Yanitskiy1-99/+96
2019-03-27gsm_utils.h: remove unused include of gsm_08_08.hNeels Hofmeyr1-1/+0
2019-03-25Revert "ipa_ccm_idtag_parse*: Fix reported length value"Oliver Smith1-1/+1
2019-03-25Doxygen: fix incorrect / missing parameter descriptionVadim Yanitskiy2-4/+4
2019-03-22Revert "signal.c: Make non-exported tall_sigh_ctx static"Oliver Smith1-1/+1
2019-03-21signal.c: Make non-exported tall_sigh_ctx staticHarald Welte1-1/+1
2019-03-21signal.c: Fix osmo_signal_talloc_ctx_init()Harald Welte1-1/+1
2019-03-21select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte9-37/+42
2019-03-20src/signal.c: cosmetic: use talloc_zero()Vadim Yanitskiy1-3/+1
2019-03-20gprs_ns_sns: Properly initialize sockaddr_in in gprs_nsvc_create_ip4()Harald Welte1-0/+2
2019-03-19socket: osmo_sock_get_name() Use "const void *" as talloc contextHarald Welte2-2/+2
2019-03-19vty/tdef_vty.c: drop redundant comparisonVadim Yanitskiy1-1/+1
2019-03-19ipa_ccm_idtag_parse*: Fix reported length valueHarald Welte1-1/+1
2019-03-19rate_ctr_group_free(): guard against empty or NULL inputMax1-1/+5
2019-03-19tests: use -no-install libtool flag to avoid ./lt-* scriptsHarald Welte1-1/+1
2019-03-16gprs_ns_sns: Use "correct" remote IP address for local IP endpointHarald Welte1-2/+2
2019-03-16gprs_ns: Don't use initial IP/port for anything but SNSHarald Welte1-2/+55
2019-03-16gprs_ns.c: Update comment: IP SNS has recently been implementedHarald Welte1-1/+0
2019-03-14osmo_gsm48_classmark_a5_name(): fix 'no-cm3' labelNeels Hofmeyr1-1/+1
2019-03-11Fix build on non-glibc systemsKarl Koscher1-3/+8
2019-03-11gsm0808_utils: fix gsm48 multirate to S-bit converterPhilipp Maier3-19/+78
2019-03-11gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier5-57/+313
2019-03-08add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr6-8/+270
2019-03-07fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr5-17/+76
2019-03-06fix tdef_test.c: do call the function-to-test in all casesNeels Hofmeyr3-19/+19
2019-03-06tdef_test: tweak output to prepare for a fixNeels Hofmeyr3-21/+24
2019-03-06represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr7-52/+111
2019-03-05api doc: tweak gsm0808_cell_id_matches_list() docNeels Hofmeyr1-1/+2
2019-03-05coding: check gsm0503_rach_*() resultsMax1-8/+10
2019-02-26fix api doc typo for osmo_plmn_name2()Neels Hofmeyr1-1/+1
2019-02-26log: fsm: allow logging the timeout on state changeNeels Hofmeyr4-12/+53
2019-02-26NS: Add support for GPRS NS IP Sub-Network-Service (SNS)Harald Welte9-20/+1056
2019-02-26NS: Factor out gprs_nsvc_start_test() and use itHarald Welte3-15/+21
2019-02-26gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte4-3/+207
2019-02-26enlarge gsm0808 msgb headroomNeels Hofmeyr1-2/+2
2019-02-26LCLS: add string dump helpersMax6-3/+54
2019-02-23GPRS: Doxygen documentation for 'struct libgb_msgb_cb'Harald Welte1-4/+4
2019-02-23NS: Add missing NS Cause stringsHarald Welte1-0/+7
2019-02-23NS: Don't print information about FR/GRE if not enabled!Harald Welte1-3/+4
2019-02-22Add multipatch capability to osmo-config-mergeMax1-21/+45
2019-02-21select: Call log_reset_context() before calling file descriptor callbacksHarald Welte1-0/+6
2019-02-19gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK messageHarald Welte1-1/+29
2019-02-19gprs_ns: Declare gprs_ns_tx_alive*() in header fileHarald Welte1-0/+2
2019-02-19gprs_ns.c: cosmetic whitespace fixesHarald Welte1-2/+2