aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libctrl
AgeCommit message (Expand)AuthorFilesLines
2014-08-21ctrlif: Flush/Clear write_queue when closing the control socketHarald Welte1-0/+1
2014-08-21Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2014-08-21libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann1-10/+3
2014-08-21ctrl: Use strtol instead of atoi to detect conversion errorsDaniel Willmann1-10/+27
2014-08-21ctrl: Improve error messages in ctrl_cmd_handleDaniel Willmann1-12/+28
2014-08-21ctrl: Change the paths to bts.%i. instead of bts%iDaniel Willmann1-6/+18
2014-08-21ctrl: Improve error handling if controlif setup failsDaniel Willmann1-12/+16
2014-08-21libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann1-0/+15
2014-08-21libctrl: Add trap helper functionDaniel Willmann1-0/+13
2014-08-21libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann1-14/+11
2014-08-21libctrl: Keep track of connections in struct ctrl_handleDaniel Willmann1-1/+11
2014-08-21misc: Use other size modifiers to fix compiler warningsHolger Hans Peter Freyther1-1/+1
2014-08-21libctrl: only free() msgb if it was alloc()edAlexander Huemer1-1/+1
2014-08-21libctrl: Add a function to create the cmdHolger Hans Peter Freyther1-0/+12
2014-08-21libctrl: Don't overwrite error reply if the verify function sets oneDaniel Willmann1-1/+3
2014-08-21libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann1-6/+6
2014-08-21libctrl: Bind control interface to localhostDaniel Willmann1-1/+1
2014-08-21libctrl: Use DCTRL as logging destination in libctrlHolger Hans Peter Freyther2-28/+28
2014-08-21src: port openBSC over libosmo-abisPablo Neira Ayuso3-37/+38
2014-08-21libctrl: Use inttypes.h macros to make uint64_t printfs portable.Daniel Willmann1-1/+2
2014-08-21libctrl: Add ctrl_cmd_cpy() to copy a commandDaniel Willmann1-0/+36
2014-08-21libctrl: Add commands to query counters and rate_cntrDaniel Willmann1-0/+258
2014-08-21Add libctrl, an SNMP-like control interfaceDaniel Willmann3-0/+819