aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libabis/e1_input_vty.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-11E1 Input: Add rate counters for events related to E1 linesHarald Welte1-9/+24
2011-08-11E1 Input: Move 'show e1_*' command to e1_input_vty.cHarald Welte1-0/+118
2011-08-11E1 Input: Add VTY command to specify the name of a LineHarald Welte1-1/+28
So far, there was no way to set the line->name field at all.
2011-05-22abis: skip e1_input nesting if emptyPablo Neira Ayuso1-0/+3
With this patch, we don't include e1_input if it's empty [...] timeslot 7 phys_chan_config TCH/F hopping enabled 0 e1_input <----------------- empty, it should not show up. msc [...]
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0
These are not needed any more. We used them for u_int types but we now use uint which comes from stdint.h
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-4/+4
libosmogsm is a new library that is distributed in the libosmocore. Now, openbsc depends on it. This patch gets openbsc with this change. This patch also rewrites all include path to the new osmocom/[gsm|core] Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2011-03-04fix path of bscconfig.h include fileHarald Welte1-1/+1
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte1-0/+102
... and make sure tests work again after restructuring