aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-18WIP: Add support for GPRS NS IP Sub-Network-Service (SNS)daniel/gb-snsHarald Welte5-8/+490
2019-02-18WIP: gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte1-1/+113
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
2018-12-21GSUP: fix missing osmo_gsup_get_err_msg_type()sOliver Smith1-0/+8
2018-12-20Use define for key buffersMax1-2/+2
2018-12-19LCLC: fix doc to match type signatureMax1-2/+1
2018-12-19Fix typos in SS opcode namesMax1-2/+2
2018-12-19add to osmo_sock_get_name*() APINeels Hofmeyr1-17/+47
2018-12-18GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy1-0/+13