aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Support proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol1-0/+1
2021-06-01Drop duplicated arfcn_range_encode.c available in libosmocoreNeels Hofmeyr3-395/+0
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr1-0/+1
2021-05-27AMR config cleanup step 3: generate AMR LV on msg compositionNeels Hofmeyr1-13/+23
2021-05-03test_gsm48_multirate_config: rather keep 4x amr_modeNeels Hofmeyr1-9/+12
2021-04-30fix test_gsm48_multirate_config: dump the complete AMR lv bufferNeels Hofmeyr2-8/+8
2021-03-24fix/refactor neighbor configNeels Hofmeyr1-0/+2
2021-01-13Introduce Neighbor Resolution ServicePau Espin Pedrol1-0/+2
2020-12-15Use rest_octets functionalities from libosmocorePau Espin Pedrol1-1/+0
2020-12-04Introduce NM GPRS NSVC FSMAlexander Couzens1-0/+1
2020-12-03Introduce NM GPRS CELL FSMPau Espin Pedrol1-0/+1
2020-12-03Introduce NM GPRS NSE FSMPau Espin Pedrol1-0/+1
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol2-2/+4
2020-10-15Introduce Radio Channel FSMPau Espin Pedrol1-0/+1
2020-10-15Introduce NM RadioCarrier FSMPau Espin Pedrol1-0/+1
2020-10-15Introduce NM BaseBand Transceiver FSMPau Espin Pedrol1-0/+1
2020-10-15Introduce NM BTS FSMPau Espin Pedrol1-0/+2
2020-10-15Introduce NM BTS Site Manager FSMPau Espin Pedrol1-0/+2
2020-10-07compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.cNeels Hofmeyr1-2/+2
2020-07-29Introduce support for ACC subset rotationPau Espin Pedrol1-0/+2
2020-07-20rename files acc_ramp.* -> acc.c*Pau Espin Pedrol1-1/+1
2020-07-18Move acc_ramp_init inside gsm_bts_allocPau Espin Pedrol1-0/+1
2020-07-18Move gsm_bts_{trx_}set_system_infos APIs to bts{_trx}.*Pau Espin Pedrol1-0/+5
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol1-0/+2
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol2-0/+2
2020-07-06si2quater: fix budget calculation for multiple EARFCNsNeels Hofmeyr1-66/+82
2020-06-03gsm0408_test.c: drop test_mi_functionality()Neels Hofmeyr2-33/+0
2019-11-20bsc: Send MS Power Control msg upon max MS power changePau Espin Pedrol1-0/+2
2019-07-26rest_octets: add Serving Cell Priority ParametersPhilipp Maier1-68/+68
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-1/+0
2018-11-21gsm0408_rcvmsg: Release lchan if L3 fails to completePau Espin Pedrol1-0/+4
2018-11-20bsc: si: Fix SI2ter L2 pseudo lengthPau Espin Pedrol1-1/+1
2018-11-20bsc: si: Fix SI2bis L2 pseudo lengthPau Espin Pedrol1-1/+1
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-1/+1
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-1/+1
2018-11-07constify rsl_tx_ipacc_*cx() parametersMax1-1/+1
2018-10-24gsm_04_08: improve gsm48_multirate_config()Philipp Maier3-0/+143
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-0/+2
2018-07-28add gsm_timers, for Tnnn definitions usable by FSMsNeels Hofmeyr1-0/+1
2018-07-28inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cellsNeels Hofmeyr1-0/+1
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr2-3/+11
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr1-1/+3
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 Hofmeyr1-2/+2
2018-03-28fix gsm0408_test: properly free bts struct after each testNeels Hofmeyr2-10/+23
2018-03-22gsm0408_test: drop LAI encoding testNeels Hofmeyr2-28/+0
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-0/+4
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr2-8/+7
2018-03-05cosmetic: bsc_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-1/+1
2018-03-05gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of bufNeels Hofmeyr1-1/+1