aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libctrl
AgeCommit message (Expand)AuthorFilesLines
2011-08-26libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann1-10/+3
2011-08-26libctrl: Fix a compiler warningDaniel Willmann1-1/+1
2011-08-22ctrl: Use strtol instead of atoi to detect conversion errorsDaniel Willmann1-10/+27
2011-08-22ctrl: Improve error messages in ctrl_cmd_handleDaniel Willmann1-12/+28
2011-08-22ctrl: Change the paths to bts.%i. instead of bts%iDaniel Willmann1-6/+18
2011-08-22ctrl: Add a function to create the cmdHolger Hans Peter Freyther1-0/+12
2011-08-22libctrl: Improve error handling if controlif setup failsDaniel Willmann1-10/+13
2011-08-22libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann1-6/+6
2011-08-22libctrl: Don't overwrite error reply if the verify function sets oneDaniel Willmann1-1/+3
2011-08-22libctrl: Bind control interface to localhostDaniel Willmann1-1/+1
2011-07-28libctrl: Add trap helper functionDaniel Willmann1-0/+14
2011-07-28libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann1-0/+15
2011-07-28libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann1-14/+8
2011-07-28libctrl: Keep track of connections in struct ctrl_handleDaniel Willmann1-1/+11
2011-07-28libctrl: Use DCTRL as logging destination in libctrlDaniel Willmann2-28/+28
2011-07-19libctrl: Use inttypes.h macros to make uint64_t printfs portable.Daniel Willmann1-1/+2
2011-07-13libctrl: Add ctrl_cmd_cpy() to copy a commandDaniel Willmann1-0/+36
2011-07-13libctrl: Add commands to query counters and rate_cntrDaniel Willmann1-0/+258
2011-07-13Add libctrl, an SNMP-like control interfaceDaniel Willmann3-0/+819