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