aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-21Bump version: 1.0.0 → 1.0.1Harald Welte1-1/+1
2019-01-21Rename msgb_wrap_with_TL()Max1-9/+9
2019-01-19Bump version: 0.12.0.128-8dfde → 1.0.01.0.0Harald Welte4-4/+4
2019-01-19LCLS: make GCR into static member of osmo_lclsMax1-5/+4
2019-01-19LCLS: add status parameter to Assignment Completed messageMax2-7/+32
2019-01-18gsm29118: fix coverity issuesPhilipp Maier1-1/+6
2019-01-17socket: add define for socket name lengthPhilipp Maier1-4/+2
2019-01-14LCLS: add GCR comparison helperMax2-0/+22
2019-01-14change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2-0/+12
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith3-0/+50
2019-01-12port rest octets encoding code from osmo-bscStefan Sperling2-0/+957
2019-01-12port arfcn range encode support from osmo-bscStefan Sperling3-1/+332
2019-01-09msgb: fix debug printMax1-1/+1
2019-01-08add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2-0/+9
2019-01-08add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2-0/+37
2019-01-07LCLS: fix LCLS-CONNECT-CONTROL encoderMax1-8/+13
2019-01-07Automatically disable GnuTLS fallbackMax1-0/+1
2019-01-07Streamline glibc version checkMax1-7/+11
2019-01-04osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr1-0/+1
2019-01-03gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2-0/+10
2018-12-28logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()Vadim Yanitskiy1-0/+6
2018-12-23LCLS: enc/dec entire parameter set instead of GCRMax3-21/+56
2018-12-23Fix VTY documentation error introduced in "bind" VTY port changeHarald Welte1-1/+2
2018-12-23vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2-3/+31
2018-12-22vty: The telnet interface is TCP only. Fix the commentsHolger Hans Peter Freyther1-2/+2
2018-12-21GSUP: add CHECK-IMEI messageOliver Smith1-0/+23