summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02layer23: Support configuring GSMTAP through VTY in l23 apps.Pau Espin Pedrol1-8/+23
2023-01-31Get rid of openbsc leftover referencesPau Espin Pedrol1-9/+6
2023-01-17layer23: main: Log line about using config file before parsing itPau Espin Pedrol1-1/+1
2023-01-17layer23: generate config.hPau Espin Pedrol1-0/+2
2023-01-17layer23: Let each app allocate its ms obj and start layer2 when neededPau Espin Pedrol1-18/+8
2023-01-17layer23: Move layer2-socket VTY command to common/Pau Espin Pedrol1-3/+5
2023-01-16layer23: Initialize osmocom_ms further in common codePau Espin Pedrol1-2/+1
2023-01-16layer23: Move osmocom_ms to a separate filePau Espin Pedrol1-15/+3
2023-01-13layer23: Add initial VTY support for l23_appsPau Espin Pedrol1-20/+56
2023-01-13layer23: Introduce l23_app_start() API stepPau Espin Pedrol1-10/+20
2023-01-12cosmetic: layer23: Drop unnecessary space before function pointer argumentsPau Espin Pedrol1-2/+2
2022-12-30layer23: configure pretty logging for misc appsVadim Yanitskiy1-0/+7
2022-12-30layer23: use osmo_stderr_target in misc appsVadim Yanitskiy1-7/+4
2022-11-05layer23: fix -Werror=old-style-definition problemsVadim Yanitskiy1-2/+2
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2018-12-18host/layer23: don't init SAP interface by defaultVadim Yanitskiy1-4/+0
2018-11-08layer23: Avoid mempcy with NULL srcPau Espin Pedrol1-1/+2
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy1-2/+1
2012-03-01l23: Add option for mobile-app to bind to other interfaces than localhostTim1-1/+10
2011-11-13host/layer23: Removed local copy of LAPDm, using libosmocore instadAndreas Eversberg1-1/+0
2011-07-28layer23: Adapt to new logging API: fix calls to log_initAndreas.Eversberg1-1/+1
2011-07-16misc: Fix crash in cell_log due missing l1_prim_cbHolger Hans Peter Freyther1-0/+1
2011-06-24lapdm: Introduce LAPDM_MODE_{BTS,MS} to run on both sidesHarald Welte1-1/+1
2011-06-21layer23: make LAPDm code mostly independent of 'struct osmocom_ms'Harald Welte1-7/+5
2011-06-21remove osmocom_ms reference from lapdm_init()Harald Welte1-2/+7
2011-05-22layer23: update to new GSMTAP API in libosmocore >= 0.3.1Harald Welte1-9/+9
2011-05-15src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-6/+6
2010-12-27layer23: Enable combining the long optionsHolger Hans Peter Freyther1-2/+10
2010-12-27layer23: Make the logfile configurable with cell_logHolger Hans Peter Freyther1-12/+39
2010-12-27layer23: Not every application supports every option add enumHolger Hans Peter Freyther1-7/+23
2010-12-27layer23: Create an l23_app_info for various information and cb'sHolger Hans Peter Freyther1-5/+15
2010-09-18[layer23] Added BTSAP socket interface to layer23Andreas.Eversberg1-5/+17
2010-07-27layer23: Split [2/2] -> The header filesSylvain Munaut1-7/+7
2010-07-27layer23: Split [1/2] -> The source codeSylvain Munaut1-0/+212