aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libctrl
AgeCommit message (Expand)AuthorFilesLines
2012-03-16misc: Use other size modifiers to fix compiler warningsHolger Hans Peter Freyther1-1/+1
2011-10-12libctrl: only free() msgb if it was alloc()edAlexander Huemer1-1/+1
2011-08-22libctrl: Add a function to create the cmdHolger Hans Peter Freyther1-0/+12
2011-08-22libctrl: Don't overwrite error reply if the verify function sets oneDaniel Willmann1-1/+3
2011-08-22libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann1-6/+6
2011-08-22libctrl: Bind control interface to localhostDaniel Willmann1-1/+1
2011-08-22libctrl: Use DCTRL as logging destination in libctrlHolger Hans Peter Freyther2-28/+28
2011-08-19src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso3-37/+38
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