summaryrefslogtreecommitdiffstats
path: root/openbsc/src/libctrl
Commit message (Expand)AuthorAgeFilesLines
* libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann2014-08-211-10/+3
* ctrl: Use strtol instead of atoi to detect conversion errorsDaniel Willmann2014-08-211-10/+27
* ctrl: Improve error messages in ctrl_cmd_handleDaniel Willmann2014-08-211-12/+28
* ctrl: Change the paths to bts.%i. instead of bts%iDaniel Willmann2014-08-211-6/+18
* ctrl: Improve error handling if controlif setup failsDaniel Willmann2014-08-211-12/+16
* libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann2014-08-211-0/+15
* libctrl: Add trap helper functionDaniel Willmann2014-08-211-0/+13
* libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann2014-08-211-14/+11
* libctrl: Keep track of connections in struct ctrl_handleDaniel Willmann2014-08-211-1/+11
* misc: Use other size modifiers to fix compiler warningsHolger Hans Peter Freyther2014-08-211-1/+1
* 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