aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2018-04-10only log actual access control class ramping changesStefan Sperling1-2/+4
2018-04-09fix initialization of acc rampingStefan Sperling1-10/+4
2018-04-09fix a format string error in bts_update_t3122_chan_load()Stefan Sperling1-1/+2
2018-04-07"show timeslot": Show dynamic PDCH state also for Osmocom-style dyn PDCHHarald Welte1-1/+4
2018-04-07Start Dynamic PDCH Initialization after RSL is upHarald Welte3-13/+3
2018-04-07Generate the S_L_INP_TEI_UP signal earlier.Stefan Sperling1-13/+12
2018-03-28move init from gsm_bts_alloc_register() to gsm_bts_alloc(); fix gsm0408_testNeels Hofmeyr1-34/+34
2018-03-28range_enc_arfcns: avoid runtime error on zero sizeNeels Hofmeyr1-18/+24
2018-03-27gscon: fix illegal state transitionsPhilipp Maier1-2/+1
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-22bssmap: State correct speech codec in ASSIGNMENT COMPLETEHarald Welte2-95/+89
2018-03-22GSCON FSM: Fix argument order when calling gsm0808_assign_req()Harald Welte1-2/+3
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: remove unused enum membersPhilipp Maier1-2/+0
2018-03-22cosmetic: abis_nm: use osmo_cell_global_id, parse 3-digit MNCNeels Hofmeyr1-16/+4
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 Welte2-0/+30
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-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-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte6-179/+1184
2018-03-12bsc_vty: display bts features in show btsPhilipp Maier1-0/+20
2018-03-12gsm_data: use feature list from libosmocorePhilipp Maier8-48/+24
2018-03-12sysinfo: Fix regression causing missing L2 Pseudo-Length in SI5/SI6Harald Welte1-5/+5
2018-03-11pcu_if: implement support for 3-digit MNCNeels Hofmeyr1-1/+1
2018-03-08cosmetic: typo in log: handover_decision2.c: 'measuements'Neels Hofmeyr1-1/+1
2018-03-08cosmetic: hodec2: log nr of neighbors in meas reportNeels Hofmeyr1-1/+2
2018-03-08gsm48_parse_meas_rep(): set num_cell=0 if no neighbor cells are reportedNeels Hofmeyr1-1/+4
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr7-38/+112
2018-03-06libbsc/bsc_vty.c: prevent uninitialized accessVadim Yanitskiy1-0/+3
2018-03-05cosmetic: bsc_network_init(): imply default 001-01 PLMNNeels Hofmeyr2-6/+6
2018-03-05gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of bufNeels Hofmeyr2-7/+8
2018-03-05compiler warning: chan_compat_with_mode(): clearly handle all enum valsNeels Hofmeyr1-19/+7
2018-03-04bsc_vty: Merge more VTY documentation string #definesHarald Welte1-10/+14
2018-03-02Revert "Generate the S_L_INP_TEI_UP signal earlier."Harald Welte1-12/+13
2018-03-01a_reset: Add FSM event namesPhilipp Maier1-0/+8
2018-03-01fix build: gprs_ra_id_by_bts(): ensure to init all valuesNeels Hofmeyr1-4/+6
2018-02-28Generate the S_L_INP_TEI_UP signal earlier.Stefan Sperling1-13/+12
2018-02-28Align syntax of "handover" + "assignment" command with that of lchan act/deactHarald Welte1-7/+9
2018-02-27Add support for Access Control Class ramping.Stefan Sperling7-3/+378
2018-02-27osmo-bts/nanobts: Set RACH_Busy Threshold to -90 dBmHarald Welte1-1/+1
2018-02-27paging: fix paging attemt rate counterPhilipp Maier1-38/+0
2018-02-27bsc_api.c: fix log string formatNeels Hofmeyr1-1/+1