summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jenkins_arch.sh: Exit with error on unknown architectureHarald Welte2018-06-281-0/+1
* jenkins_arch.sh: Accept "arm-none-eabi" as alias for "arm"Harald Welte2018-06-281-1/+1
* jenkins_arm.sh: Don't run 'make check' on embedded buildsHarald Welte2018-06-281-1/+1
* Fix embedded (arm-none-eabi) buildsHarald Welte2018-06-285-0/+28
* return error to sender upon bssgp_tlv_parse() failureStefan Sperling2018-06-251-0/+2
* check bssgp_tlv_parse() return code in bssgp_rcvmsg()Stefan Sperling2018-06-251-0/+5
* add and tweak inter-BSC HO APINeels Hofmeyr2018-06-184-2/+129
* gsm: lapdm.c: Add missing new line char in notice log stringPau Espin Pedrol2018-06-181-1/+1
* gsm 04.80: Add value_string for component type and op codeHarald Welte2018-06-163-0/+44
* gsup: Add value_string for Session State IEHarald Welte2018-06-163-0/+14
* Add function gprs_nsvc_state_appendDaniel Willmann2018-06-143-0/+25
* gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte2018-06-113-0/+25
* gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2018-06-115-16/+81
* gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2018-06-115-0/+172
* vty: Add logging_vty_add_deprecated_subsysHarald Welte2018-06-092-0/+22
* vty: Don't dump deprecated commands in XML exportHarald Welte2018-06-091-2/+4
* fsm: Change semantics of LOGPFSML() log-levelHarald Welte2018-06-081-1/+2
* fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMRNeels Hofmeyr2018-06-071-1/+1
* Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2018-06-064-0/+66
* Doxygen: gitignore generated files for libosmoctrlVadim Yanitskiy2018-06-051-0/+2
* tlv: Add TLVP_VAL_MINLEN() to obtain value _if_ length is >= minimumHarald Welte2018-06-021-0/+10
* gsm0808: Add value_string for LCLS related IEsHarald Welte2018-06-023-0/+51
* add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr2018-05-314-31/+184
* GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy2018-05-316-1/+87
* GSUP: implement TCAP-like session managementVadim Yanitskiy2018-05-316-1/+58
* gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte2018-05-303-0/+68
* gsm_08_08.h: Add enum for LCLS config, control and statusHarald Welte2018-05-301-0/+28
* gsm0480: fix: don't overwrite the data of RELEASE_COMPLETEVadim Yanitskiy2018-05-291-2/+6
* ports.h: Add ctrl port for osmo-gbproxyDaniel Willmann2018-05-292-1/+2
* debian: Add libosmoctrl-doc sub-packageHarald Welte2018-05-284-0/+24
* Add enum gsm48_progress_descKeith2018-05-281-0/+12
* add gsm0808_create_handover_request_ack()Neels Hofmeyr2018-05-273-0/+30
* add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2018-05-274-0/+130
* add gsm0808_cell_id_to_list()Neels Hofmeyr2018-05-273-0/+33
* ctrl: Add doxygen API documentation; generate html from itHarald Welte2018-05-266-12/+1869
* ctrl: Introduce libosmoctrl.map to avoid unintended exportsHarald Welte2018-05-263-0/+38
* cosmetic: Whitespace fixes in control_if.cHarald Welte2018-05-261-3/+3
* Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11Keith2018-05-261-0/+8
* remove unused argument from pad_append_ctr() helper functionStefan Sperling2018-05-251-7/+7
* Add a 'show rate-counters' VTY command.Stefan Sperling2018-05-241-0/+17
* introduce vty_out_rate_ctr_group_fmt() functionStefan Sperling2018-05-242-0/+138
* mncc: properly export osmo_mncc_name()Harald Welte2018-05-243-4/+6
* gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...Pau Espin Pedrol2018-05-172-6/+15
* tests: a5_test: Print wrong buffer correctly on errorPau Espin Pedrol2018-05-161-1/+3
* tests: gea_test: Use correct max size for key in bufferPau Espin Pedrol2018-05-161-2/+2
* tests: bitrev_test: Fix dynamic-stack-buffer-overflowPau Espin Pedrol2018-05-162-4/+3
* fix spellingThorsten Alteholz2018-05-152-4/+4
* fsm: guard action callbackPhilipp Maier2018-05-151-1/+3
* isdnhdlc: Port from kernel to userspaceHarald Welte2018-05-114-84/+75
* import isdn4linux HDLC code from linux kernelHarald Welte2018-05-112-0/+712