summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther2014-08-211-3/+7
* ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther2014-08-211-4/+12
* 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
* Makefile.am: Use AM_CPPFLAGSAlexander Huemer2014-08-211-1/+1
* ctrl: Provide a reply in case the range check failedHolger Hans Peter Freyther2014-08-211-0/+1
* ctrl: Make the commands static to not pollute the namespaceHolger Hans Peter Freyther2014-08-211-3/+3
* ctrl: Work on the cmd->node instead of the data pointer passedHolger Hans Peter Freyther2014-08-211-9/+9
* ctrl: Fix the signature of the string control commandsHolger Hans Peter Freyther2014-08-211-2/+7
* libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann2014-08-212-11/+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-212-0/+18
* libctrl: Add trap helper functionDaniel Willmann2014-08-212-0/+14
* libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann2014-08-213-16/+20
* 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
* fix some "implicit declaration" warnings in osmo-nitbAlexander Huemer2014-08-211-0/+13
* libctrl: Add a function to create the cmdHolger Hans Peter Freyther2014-08-212-0/+13
* 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-212-14/+14
* 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
* controlif: declare controlif_setup() in control_cmd.hHarald Welte2014-08-211-0/+3
* libctrl: Add ctrl_cmd_cpy() to copy a commandDaniel Willmann2014-08-212-0/+37
* libctrl: Add commands to query counters and rate_cntrDaniel Willmann2014-08-211-0/+258
* libctrl: Add macros to help define commandsDaniel Willmann2014-08-211-0/+69
* Add libctrl, an SNMP-like control interfaceDaniel Willmann2014-08-214-0/+900
* new <osmocom/vty/ports.h> file listing VTY tcp portsHarald Welte2014-08-212-1/+16
* gsm0808: Fix copy and paste pointed out by clangHolger Hans Peter Freyther2014-08-211-1/+1
* macaddr: Add some code for FreeBSD (it should work on the others too)Holger Hans Peter Freyther2014-08-211-0/+41
* ipa: use %z as format string whne printing sizeof() resultHarald Welte2014-08-211-1/+1
* ipa: fix compiler warning regarding printf (%d -> %lu)Harald Welte2014-08-211-1/+1
* macaddr: add #include unistd.h for close() functionHarald Welte2014-08-211-0/+1
* ipa: rename functions for consistencyHarald Welte2014-08-205-37/+52
* import various generic IPA related functions from libosmo-abisHarald Welte2014-08-204-1/+511
* Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte2014-08-182-0/+27
* osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte2014-08-184-1/+34
* TLV: add TLVP_PRES_LEN() definition to check for existance + minimum lengthHarald Welte2014-08-181-0/+3
* ipaccess.h: Add IPAC_PROTO_EXT_ORC for OML Router ControlHarald Welte2014-08-181-0/+1
* abis_nm: add abis_nm_msg_disc_names[] value_stringHarald Welte2014-08-173-0/+11
* abis_nm: introduce abis_nm_{osmo,ipa}_magic[]Harald Welte2014-08-173-0/+8
* gprs-ns: Re-initialize the list head and free the unknown_nsvcHolger Hans Peter Freyther2014-07-071-0/+3
* write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther2014-07-013-5/+5
* vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2014-06-222-4/+4