aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libctrl/control_if.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-21libctr: rename/move control interface to libosmocore naming schemeHarald Welte1-573/+0
2014-08-21ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messagesJacob Erlbeck1-1/+4
2014-08-21ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther1-149/+4
2014-08-21ctrl: Set a generic reply when it hasn'n been setJacob Erlbeck1-1/+9
2014-08-21ctrlif: Flush/Clear write_queue when closing the control socketHarald Welte1-0/+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: 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 Freyther1-12/+12
2014-08-21src: port openBSC over libosmo-abisPablo Neira Ayuso1-19/+20
2014-08-21libctrl: Use inttypes.h macros to make uint64_t printfs portable.Daniel Willmann1-1/+2
2014-08-21libctrl: Add commands to query counters and rate_cntrDaniel Willmann1-0/+258
2014-08-21Add libctrl, an SNMP-like control interfaceDaniel Willmann1-0/+369