aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipaccess
AgeCommit message (Expand)AuthorFilesLines
2021-11-27ipaccess-config: request and print NM_ATT_IPACC_NV_FLAGSVadim Yanitskiy1-1/+30
2021-11-27ipaccess-config: improve readability of printed attribute responseVadim Yanitskiy1-2/+18
2021-11-08ipaccess-config: warn about unknown flag nameVadim Yanitskiy1-1/+3
2021-11-08ipaccess-config: fix wrong flag name in ipa_nvflag_strs[]Vadim Yanitskiy1-1/+1
2021-11-08ipaccess-config: reduce verbosity of the OML loggingVadim Yanitskiy1-1/+1
2021-10-07Get rid of lots of stubs [4/4]Pau Espin Pedrol3-34/+0
2021-10-07Move global var bsc_gsmnet into libbsc [2/4]Pau Espin Pedrol1-2/+0
2021-07-23Introduce libbsc to avoid linking long lists of .o filesPau Espin Pedrol1-36/+2
2021-06-30Support proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol1-0/+2
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr1-2/+2
2021-05-23ipaccess-config: Clean up sign_link setup helperPau Espin Pedrol1-7/+8
2020-12-04Introduce NM GPRS NSVC FSMAlexander Couzens1-0/+2
2020-12-03Introduce NM GPRS CELL FSMPau Espin Pedrol1-0/+2
2020-12-03Introduce NM GPRS NSE FSMPau Espin Pedrol1-0/+2
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol1-0/+2
2020-11-30ipaccess-proxy: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-5/+13
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte2-6/+6
2020-10-19use osmo_fd_setup() whenever applicableHarald Welte2-17/+9
2020-10-15Introduce Radio Channel FSMPau Espin Pedrol1-0/+2
2020-10-15Introduce NM RadioCarrier FSMPau Espin Pedrol1-0/+2
2020-10-15Introduce NM BaseBand Transceiver FSMPau Espin Pedrol1-0/+2
2020-10-15Introduce NM BTS FSMPau Espin Pedrol1-0/+3
2020-10-15Introduce NM BTS Site Manager FSMPau Espin Pedrol1-0/+4
2020-07-20rename files acc_ramp.* -> acc.c*Pau Espin Pedrol1-2/+2
2020-07-18Move acc_ramp_init inside gsm_bts_allocPau Espin Pedrol1-0/+2
2020-07-18Move gsm_bts_{trx_}set_system_infos APIs to bts{_trx}.*Pau Espin Pedrol2-18/+14
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol2-0/+4
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol2-1/+4
2020-07-15Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol3-17/+17
2019-12-03exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+4
2019-11-20bsc: Send MS Power Control msg upon max MS power changePau Espin Pedrol2-0/+12
2019-11-13Fix some typosMartin Hauke2-3/+3
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-2/+0
2019-04-08ipaccess-config: use POSIX regex for Unit ID format checkVadim Yanitskiy1-21/+9
2019-03-14ipaccess/Makefile.am: Remove unneeded libosmo-sigtran depPau Espin Pedrol1-2/+0
2019-03-12ipaccess/Makefile.am: Remove unneeded libmgcp-client depPau Espin Pedrol1-2/+0
2018-11-23ipaccess-config: Fix indentation of the usage outputMartin Hauke1-2/+2
2018-11-23ipaccess-config: Generate valid JSON output when using the -G parameterMartin Hauke1-1/+1
2018-11-22ipaccess-config: Introduce -q quiet paramPau Espin Pedrol1-20/+43
2018-11-21ipaccess-config: cosmetic: Remove unneeded comment with hex valuesPau Espin Pedrol1-5/+0
2018-11-21ipaccess-config: Add -G cmdl opt to query OML IP and Unit IDPau Espin Pedrol1-10/+62
2018-11-21ipaccess-config: Fix whitespacePau Espin Pedrol1-2/+2
2018-11-06ipaccess-config: Use enum value for OML IPPau Espin Pedrol1-1/+1
2018-10-21ipaccess-proxy: Add error handling to IAP CCM ID RESP parsingHarald Welte1-1/+5
2018-10-21ipaccess-config: Fix open() return value checkingHarald Welte1-2/+2
2018-08-01Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte1-2/+1
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr2-1/+4
2018-07-28add gsm_timers, for Tnnn definitions usable by FSMsNeels Hofmeyr1-0/+2
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr3-7/+55
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr2-2/+2