aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-19socket: osmo_sock_get_name() Use "const void *" as talloc contextHarald Welte1-1/+1
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-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 Maier1-0/+10
2019-03-11gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier1-21/+73
2019-03-08add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2-0/+89
2019-03-07fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr2-13/+57
2019-03-06represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr2-18/+37
2019-03-05api doc: tweak gsm0808_cell_id_matches_list() docNeels Hofmeyr1-1/+2
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 Hofmeyr1-2/+39
2019-02-26NS: Add support for GPRS NS IP Sub-Network-Service (SNS)Harald Welte6-17/+1034
2019-02-26NS: Factor out gprs_nsvc_start_test() and use itHarald Welte2-5/+11
2019-02-26gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte3-3/+198
2019-02-26LCLS: add string dump helpersMax3-0/+45
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-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.c: cosmetic whitespace fixesHarald Welte1-2/+2
2019-02-19gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()Harald Welte1-2/+2
2019-02-19bssgp_tx_bvc_unblock(): Fix log messageHarald Welte1-1/+1
2019-02-18rsl: Support PDCH in rsl_chan_nr_strPau Espin Pedrol1-0/+2
2019-02-18gsm0808: comment about difference of gsm0808_create_clear_command()Harald Welte1-1/+4
2019-02-18Fix BSSMAP length generated by gsm0808_create_clear_command2()Harald Welte1-1/+7
2019-02-15fix osmo_gsm48_classmark* libosmogsm.map entriesNeels Hofmeyr1-6/+6
2019-02-15get_value_string(): guard against NULLNeels Hofmeyr1-0/+3
2019-02-14Enable remote SIM protocol log levelMax1-0/+5
2019-02-08gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy2-0/+23
2019-02-05gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier2-0/+17
2019-02-04add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr5-2/+662
2019-02-04vty api: add vty_out_va()Neels Hofmeyr1-12/+19
2019-02-04vty telnet: consistently never change nodes upon CTRL-CNeels Hofmeyr1-18/+0
2019-02-04vty: enable tab-completion for optional-multi-choice argsNeels Hofmeyr1-1/+10
2019-02-04vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr1-3/+21
2019-02-04vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr1-1/+1
2019-02-04GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith1-28/+3
2019-01-31osmo_fsm_inst_state_chg(): clamp timeout_secs to <= ~68 yearsNeels Hofmeyr1-1/+13
2019-01-29osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr1-7/+14
2019-01-29add osmo_classmark_* APINeels Hofmeyr2-0/+133
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr1-11/+38
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr3-0/+181
2019-01-22Work around bogus gcc-8.2 array-bounds warning/errorHarald Welte2-1/+21
2019-01-22constrain gsm48_generate_mid() output array boundsHarald Welte3-7/+11