aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-02cosmetic: remove dead codePhilipp Maier6-634/+0
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr11-19/+41
2018-03-28cosmetic: gsm0408_test: drop unused arg from bts_init()Neels Hofmeyr1-7/+8
2018-03-28move init from gsm_bts_alloc_register() to gsm_bts_alloc(); fix gsm0408_testNeels Hofmeyr2-36/+36
2018-03-28fix gsm0408_test: properly free bts struct after each testNeels Hofmeyr2-10/+23
2018-03-28range_enc_arfcns: avoid runtime error on zero sizeNeels Hofmeyr1-18/+24
2018-03-27change return type of page_subscriber() to voidStefan Sperling2-21/+12
2018-03-27gscon: fix illegal state transitionsPhilipp Maier1-2/+1
2018-03-26bssap: Log non handled paging requestsPau Espin Pedrol2-1/+3
2018-03-26paging: paging_request_bts: Fix wrong return valuePau Espin Pedrol1-1/+1
2018-03-26bsc_vty: Fix uninitialized var false positive on gcc 7.3.1Pau Espin Pedrol1-3/+3
2018-03-26libbsc: nokia_site: Fix uninitialized return valPau Espin Pedrol1-1/+2
2018-03-23contrib: osmo-bsc.service: Fix osmo-mgw.service dependencyPau Espin Pedrol1-1/+1
2018-03-23contrib: osmo-bsc.service: Update descriptionPau Espin Pedrol1-1/+1
2018-03-23cosmetic: remove dead code: osmo_bsc_reset.cPhilipp Maier1-190/+0
2018-03-22bs11: make bs11_config build againPhilipp Maier2-0/+17
2018-03-22ipaccess: make ipaccess-config build againPhilipp Maier2-0/+16
2018-03-22gsm0408_test: drop LAI encoding testNeels Hofmeyr2-28/+0
2018-03-22vty: drop unused vty definitions (*_NODE, msc_*)Neels Hofmeyr1-14/+0
2018-03-22bssmap: State correct speech codec in ASSIGNMENT COMPLETEHarald Welte5-110/+91
2018-03-22GSCON FSM: Fix argument order when calling gsm0808_assign_req()Harald Welte1-2/+3
2018-03-22BSSAP: document match_codec_pref() more thoroughlyHarald Welte1-2/+8
2018-03-22BSSAP: Fix test_codec_pref() implementation for AMRHarald Welte1-1/+1
2018-03-22cosmetic: remove old, already commented-out codePhilipp Maier1-2/+0
2018-03-22cosmetic: remove dead code and obsolete fixmesPhilipp Maier1-17/+2
2018-03-22Cosmetic: fix missing semicolon after osmo-assertPhilipp Maier1-3/+3
2018-03-22cosmetic: fix incomplete sentence in comment.Philipp Maier1-2/+2
2018-03-22cosmetic: remove needless fixme note.Philipp Maier1-8/+0
2018-03-22cosmetic: fix argument order of forward_dtap()Philipp Maier1-9/+8
2018-03-22cosmetic: fix typoPhilipp Maier1-1/+1
2018-03-22cosmetic: remove unused enum membersPhilipp Maier2-8/+0
2018-03-22fixup: apply mnc3 change also in ipaccess/network_listen.cNeels Hofmeyr1-3/+3
2018-03-22cosmetic: abis_nm: use osmo_cell_global_id, parse 3-digit MNCNeels Hofmeyr2-24/+5
2018-03-19fix an error message in bssmap_handle_paging()Stefan Sperling1-1/+1
2018-03-18contrib: jenkins.sh: Add --enable-werror flagPau Espin Pedrol1-2/+2
2018-03-18pcu_sock.c: Avoid breaking strict-aliasing on ptr derreferencePau Espin Pedrol1-1/+1
2018-03-17RR: Send RR STATUS in case of unsupported/unknown messageHarald Welte3-0/+33
2018-03-17paging: Unify formatting of log messages with (bts=%d) prefixHarald Welte1-7/+10
2018-03-17abis_nm: Improve and fix OML loggingHarald Welte1-87/+68
2018-03-17cosmetic: Fix infinite number of formatting errors in gscon_fsm_statesHarald Welte1-64/+64
2018-03-17tests: handover_test.c: Add missing headerPau Espin Pedrol1-0/+2
2018-03-17bsc_subscr_conn_fsm.c: Fix wrong param list passed to LOGPFSMLPau Espin Pedrol1-1/+1
2018-03-17bsc_api.c: bsc_handle_lchan_signal: Remove unused variablePau Espin Pedrol1-4/+1
2018-03-16ipaccess-config: Check cmdlie arg unit-id formatPau Espin Pedrol1-0/+38
2018-03-16abisip-find: Improve use information outputPau Espin Pedrol1-3/+5
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte33-1723/+1626
2018-03-14use libosmocore to parse cell identifiers in osmo-bscStefan Sperling1-86/+49
2018-03-13ipaccess-config: Improve handling of last parameterPau Espin Pedrol1-8/+11
2018-03-13ipaccess-config: Add missing path with log errorPau Espin Pedrol1-0/+1
2018-03-13ipaccess-config: Enable logging all categories to print errorsPau Espin Pedrol1-2/+2