aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/telnet_interface.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-04Implement put_channel/get_channel, save on which bts we currently operateHolger Freyther1-0/+1
Allow to change the refcount for a given channel. Store which bts is our primary bts. A command to switch the primary bts will be added as well. This makes entering and parsing of commands more easy.
2009-01-02Add simplistic telnet control interfaceHolger Freyther1-0/+45
This might turn into a complete wire protocol with special client software. For now it will be a simple client interface that you can use with telnet to do certain things. This is using flex to implement the parsing. Implementation and more commands will follow.