aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/hsl.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-04hsl: Remove the input handling for the HSL BTSHolger Hans Peter Freyther1-538/+0
2012-08-30ipaccess: fix leak of e1inp_linePablo Neira Ayuso1-3/+0
2011-12-28abis/close: Deliver S_L_INP_TEI_DN when closing the socketv0.1.1Holger Hans Peter Freyther1-9/+3
2011-09-09ipa: rename all reference to ipa_*_peer to ipa_*_connPablo Neira Ayuso1-10/+10
2011-09-09ipa: remove bogus driver_name parameter from ipa_client_createPablo Neira Ayuso1-1/+1
2011-08-31input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso1-0/+20
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso1-8/+8
2011-08-19hsl: use PRIx64 / inttypes.h for uint64_t format stringHarald Welte1-1/+2
2011-08-19hsl: remove unsued 'proto' variableHarald Welte1-3/+0
2011-08-16src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso1-1/+1
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-21/+21
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
2011-07-08hsl: close socket if we destroy the signalling linkPablo Neira Ayuso1-0/+14
2011-07-08hsl: BTS supportPablo Neira Ayuso1-9/+107
2011-07-07hsl: remove unused hsl_setup functionPablo Neira Ayuso1-6/+0
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso1-1/+0
2011-07-05e1_input: change prototype of ->sign_link(...)Pablo Neira Ayuso1-1/+1
2011-07-02input: close socket if no signal link was createdPablo Neira Ayuso1-6/+19
2011-06-30major updates in e1_input callback ops and IPA infrastructuresPablo Neira Ayuso1-24/+55
2011-06-25e1_input: minor API changes to adapt it to openbscPablo Neira Ayuso1-8/+9
2011-06-23ipa: extend ipa_*link_create() to take one generic data pointerPablo Neira Ayuso1-1/+2
2011-06-21ipa: rename `struct ipa_link' by `struct ipa_client_link'Pablo Neira Ayuso1-2/+2
2011-06-21ipaccess: initial works to get BTS mode workingPablo Neira Ayuso1-1/+8
2011-06-21input: use generic ipa_msg_recv() instead of ipaccess_read_msg()Pablo Neira Ayuso1-2/+2
2011-06-21hsl: add support for BTS-modePablo Neira Ayuso1-3/+24
2011-06-21e1input: add address as parameter to e1inp_line_update(...)Pablo Neira Ayuso1-3/+4
2011-06-09include: remove internal definition that are now in libosmocorePablo Neira Ayuso1-0/+1
2011-06-07hsl: use include/abis/ipaccess.hPablo Neira Ayuso1-1/+1
2011-06-07e1input: rework generic (virtual and real) E1 line operationsPablo Neira Ayuso1-5/+51
2011-06-07src: add libosmo_abis_init(void *ctx) to set the talloc contextPablo Neira Ayuso1-2/+4
2011-06-07src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso1-10/+1
2011-06-07src: use new socket API in libosmocorePablo Neira Ayuso1-2/+15
2011-06-05initial commit of libosmo-abisPablo Neira Ayuso1-0/+296