aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipaccess
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-22ipaccess: make ipaccess-config build againPhilipp Maier2-0/+16
2018-03-22fixup: apply mnc3 change also in ipaccess/network_listen.cNeels Hofmeyr1-3/+3
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 Welte1-1/+0
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
2018-03-12abisip-find: Add --format-json optionPau Espin Pedrol1-4/+38
2018-03-12abisip-find: Force stdout buffer flushPau Espin Pedrol1-2/+3
2018-03-12abisip-find: Add option to bind to a specific source addressPau Espin Pedrol1-4/+20
2018-03-05cosmetic: bsc_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-1/+1
2018-02-14drop libcommon-cs completelyNeels Hofmeyr1-1/+0
2018-02-14drop libcommon completely, move remaining files to libbscNeels Hofmeyr1-3/+0
2018-02-14ipaccess-proxy: don't redefine tall_bsc_ctxNeels Hofmeyr1-2/+1
2018-02-14libcommon: eliminate talloc_ctx.cNeels Hofmeyr1-1/+1
2018-02-14libcommon: eliminate socket.cNeels Hofmeyr1-16/+24
2018-02-14libcommon: eliminate debug.cNeels Hofmeyr2-0/+28