From dfedf2cb76cb47b729ebf22cce6e5b4d549b946c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 20 Sep 2021 17:59:21 +0200 Subject: phy_link: Introduce bts_model_phy_link_close() and use it in bts-trx This step is required while turning off the BTS without killing the process. Right now only osmo-bts-trx supports this feature, so this function is only available and used by osmo-bts-trx. Later on, when the feature is support more generally, we can move call to this function to common place like bts_shutdown_fsm or alike. Change-Id: I3253112700a31b85db82dc7ccadec8542bac745e --- doc/manuals/chapters/architecture.adoc | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/manuals') diff --git a/doc/manuals/chapters/architecture.adoc b/doc/manuals/chapters/architecture.adoc index a0e66cd0..30eab7a4 100644 --- a/doc/manuals/chapters/architecture.adoc +++ b/doc/manuals/chapters/architecture.adoc @@ -88,6 +88,7 @@ order to specify which PHY instance is allocated to this specific TRX. | common | abis_open() | Start of the A-bis connection to BSC | common | phy_links_open() | Iterate over list of configured PHY links | bts-specific | bts_model_phy_link_open() | Open each of the configured PHY links +| bts-specific | bts_model_phy_link_close() | Close each of the configured PHY links | common | write_pid_file() | Generate the pid file | common | osmo_daemonize() | Fork as daemon in background (if configured) | common | bts_main() | Run main loop until global variable quit >= 2 -- cgit v1.2.3