aboutsummaryrefslogtreecommitdiffstats
path: root/src/telnet_interface.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-21Fix compilation issues on OS X - mainly #include file changes (Lars Immisch)Harald Welte1-1/+1
2009-03-10* correctly handle VTY_READ/VTY_WRITE events and select loop integration of VTYHarald Welte1-2/+35
2009-03-10make telnet interface use VTY codeHarald Welte1-214/+14
2009-02-17various CC updates:Harald Welte1-1/+1
2009-02-17slightly more complete GSM 04.08 CC, we can nowHarald Welte1-2/+1
2009-02-16* introduce a callback function when paging completes (I know this is somewha...Harald Welte1-2/+2
2009-02-16modify the signal handler/dispatch code (sorry zecke, no offense, I just had ...Harald Welte1-11/+14
2009-02-16[sms] Send a notification on incoming SMSHolger Freyther1-1/+17
2009-02-14[signal] Add consumer of the signal api, inform about pagingHolger Freyther1-0/+27
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