summaryrefslogtreecommitdiffstats
path: root/openbsc/src/libctrl
Commit message (Expand)AuthorAgeFilesLines
* libctrl: only free() msgb if it was alloc()edAlexander Huemer2014-08-211-1/+1
* libctrl: Add a function to create the cmdHolger Hans Peter Freyther2014-08-211-0/+12
* libctrl: Don't overwrite error reply if the verify function sets oneDaniel Willmann2014-08-211-1/+3
* libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann2014-08-211-6/+6
* libctrl: Bind control interface to localhostDaniel Willmann2014-08-211-1/+1
* libctrl: Use DCTRL as logging destination in libctrlHolger Hans Peter Freyther2014-08-212-28/+28
* src: port openBSC over libosmo-abisPablo Neira Ayuso2014-08-213-37/+38
* libctrl: Use inttypes.h macros to make uint64_t printfs portable.Daniel Willmann2014-08-211-1/+2
* libctrl: Add ctrl_cmd_cpy() to copy a commandDaniel Willmann2014-08-211-0/+36
* libctrl: Add commands to query counters and rate_cntrDaniel Willmann2014-08-211-0/+258
* Add libctrl, an SNMP-like control interfaceDaniel Willmann2014-08-213-0/+819