aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/control_cmd.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-21libctr: rename/move control interface to libosmocore naming schemeHarald Welte1-179/+0
2014-08-21ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGEHolger Hans Peter Freyther1-6/+1
2014-08-21ctrl: Reduce code duplication and add a define to create the structHolger Hans Peter Freyther1-13/+10
2014-08-21ctrl: Remove the param parameter as it was never used/implementedHolger Hans Peter Freyther1-4/+0
2014-08-21ctrl: Introduce a macro for read-only attributes and use itHolger Hans Peter Freyther1-0/+14
2014-08-21ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messagesJacob Erlbeck1-0/+3
2014-08-21ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther1-1/+0
2014-08-21ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther1-3/+7
2014-08-21ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther1-4/+12
2014-08-21ctrl: Provide a reply in case the range check failedHolger Hans Peter Freyther1-0/+1
2014-08-21ctrl: Make the commands static to not pollute the namespaceHolger Hans Peter Freyther1-3/+3
2014-08-21ctrl: Work on the cmd->node instead of the data pointer passedHolger Hans Peter Freyther1-9/+9
2014-08-21ctrl: Fix the signature of the string control commandsHolger Hans Peter Freyther1-2/+7
2014-08-21libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann1-1/+0
2014-08-21libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann1-0/+3
2014-08-21libctrl: Add trap helper functionDaniel Willmann1-0/+1
2014-08-21libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann1-1/+0
2014-08-21libctrl: Add a function to create the cmdHolger Hans Peter Freyther1-0/+1
2014-08-21libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann1-8/+8
2014-08-21controlif: declare controlif_setup() in control_cmd.hHarald Welte1-0/+3
2014-08-21libctrl: Add ctrl_cmd_cpy() to copy a commandDaniel Willmann1-0/+1
2014-08-21libctrl: Add macros to help define commandsDaniel Willmann1-0/+69
2014-08-21Add libctrl, an SNMP-like control interfaceDaniel Willmann1-0/+81