aboutsummaryrefslogtreecommitdiffstats
path: root/src/telnet_interface.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-09[paging] Cleanup page -> paging in function namesHolger Freyther1-1/+1
2009-02-03[telnet] use SO_REUSEADDR on the telnet socketHolger Freyther1-1/+3
2009-01-09Print the refcount of the lchan as wellHarald Welte1-1/+2
2009-01-06Hook the paging code into bsc_hack.c and telnet_interface.cHarald Welte1-1/+2
2009-01-04Be able to initiate paging from the telnet interfaceHolger Freyther1-4/+22
2009-01-04Fix warningHolger Freyther1-1/+1
2009-01-04Some simple size check. We would not overflow but would send garbageHolger Freyther1-0/+7
2009-01-04use get_[lp]chan_name() functions for telnet interfaceHarald Welte1-4/+4
2009-01-04Implement sending custm GSM 04.08 commandsHolger Freyther1-2/+24
2009-01-04Implement the call command...Holger Freyther1-1/+12
2009-01-04Implement put_channel/get_channel, save on which bts we currently operateHolger Freyther1-2/+42
2009-01-04Add a show command to list the channel allocationHolger Freyther1-0/+61
2009-01-02Add simplistic telnet control interfaceHolger Freyther1-0/+193