aboutsummaryrefslogtreecommitdiffstats
path: root/doc/startup.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/startup.txt')
-rw-r--r--doc/startup.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/startup.txt b/doc/startup.txt
index c60cc0a7..46c526a7 100644
--- a/doc/startup.txt
+++ b/doc/startup.txt
@@ -21,13 +21,12 @@ The start-up procedure of OsmoBTS can be described as follows:
| bts-specific | bts_model_phy_instance_set_defaults() | Called for every PHY Instance created
| common | bts_controlif_setup() | Initialization of Control Interface
| bts-specific | bts_model_ctrl_cmds_install()
-| common | telnet_init() | Initialization of telnet interface
+| common | telnet_init_default() | Initialization of telnet interface
| common | pcu_sock_init() | Initialization of PCU socket
| common | main() | Installation of signal handlers
| 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
-| 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
| bts-specific | bts_model_oml_estab() | Called by core once OML link is established