laforge
/
openbts-osmo
Archived
1
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
openbts-osmo/public-trunk/CLI
Alexander Chemeris 5ababfad65 A big patch implementing remote CLI.
This patch adds ability to connect to OpenBTS CLI with TCP socket and UNIX socket. This is configurable in the config file. To connect to the CLI use apps/OpenBTScli executable, which reads configuration from the same config file.
2011-06-21 16:46:54 -07:00
..
CLI.cpp A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLI.h A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIClient.cpp A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIClient.h A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIConnection.cpp A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIConnection.h A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIParser.cpp A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIParser.h A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIParserBase.h A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIServer.cpp A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
CLIServer.h A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
Makefile.am A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
README.CLI Initial import of OpenBTS 2.6 for a new public trunk. 2010-05-23 19:42:16 -07:00
Tokenizer.cpp A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
Tokenizer.h A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00
TokenizerTest.cpp A big patch implementing remote CLI. 2011-06-21 16:46:54 -07:00

README.CLI

This is the directory for the OpenBTS command line interface.