index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openbsc
/
src
/
libctrl
/
control_if.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libctrl, osmo-bsc: Get rid of net prefix
Daniel Willmann
2014-08-21
1
-10
/
+3
*
ctrl: Use strtol instead of atoi to detect conversion errors
Daniel Willmann
2014-08-21
1
-10
/
+27
*
ctrl: Improve error messages in ctrl_cmd_handle
Daniel Willmann
2014-08-21
1
-12
/
+28
*
ctrl: Change the paths to bts.%i. instead of bts%i
Daniel Willmann
2014-08-21
1
-6
/
+18
*
ctrl: Improve error handling if controlif setup fails
Daniel Willmann
2014-08-21
1
-12
/
+16
*
libctrl: Add function ctrl_cmd_send_to_all
Daniel Willmann
2014-08-21
1
-0
/
+15
*
libctrl: Add trap helper function
Daniel Willmann
2014-08-21
1
-0
/
+13
*
libctrl: Change controlif_setup so it returns the ctrl handle
Daniel Willmann
2014-08-21
1
-14
/
+11
*
libctrl: Keep track of connections in struct ctrl_handle
Daniel Willmann
2014-08-21
1
-1
/
+11
*
misc: Use other size modifiers to fix compiler warnings
Holger Hans Peter Freyther
2014-08-21
1
-1
/
+1
*
libctrl: only free() msgb if it was alloc()ed
Alexander Huemer
2014-08-21
1
-1
/
+1
*
libctrl: Mark the cmd set/get/verify functions static
Daniel Willmann
2014-08-21
1
-6
/
+6
*
libctrl: Bind control interface to localhost
Daniel Willmann
2014-08-21
1
-1
/
+1
*
libctrl: Use DCTRL as logging destination in libctrl
Holger Hans Peter Freyther
2014-08-21
1
-12
/
+12
*
src: port openBSC over libosmo-abis
Pablo Neira Ayuso
2014-08-21
1
-19
/
+20
*
libctrl: Use inttypes.h macros to make uint64_t printfs portable.
Daniel Willmann
2014-08-21
1
-1
/
+2
*
libctrl: Add commands to query counters and rate_cntr
Daniel Willmann
2014-08-21
1
-0
/
+258
*
Add libctrl, an SNMP-like control interface
Daniel Willmann
2014-08-21
1
-0
/
+369