aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-09-03add 'libosmotrau' for TRAU/RTP related codeHarald Welte3-1/+60
2011-08-24LAPD: Add function to release/free a LAPD instanceHarald Welte1-0/+1
2011-08-21e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte1-1/+4
2011-08-21trau_frame: Add doxygen documentationHarald Welte1-5/+16
2011-08-21subchan_demux: add doxygen documentationHarald Welte1-25/+33
2011-08-19ipa: export ipaccess_rcvmsg_base() and return intv0.0.2Harald Welte1-0/+2
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso1-4/+12
2011-08-19input: add rs232 driver for virtual E1 linesPablo Neira Ayuso1-0/+3
2011-08-16E1 input: rename signal_input by e1inp_signal_inputPablo Neira Ayuso1-1/+1
2011-08-16src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso1-7/+7
2011-08-16E1 Input: Add rate counters for events related to E1 linesHarald Welte1-0/+9
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2-2/+15
2011-08-16include: add missing ipa.h to Makefile.am so make distcheck works againPablo Neira Ayuso1-0/+1
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-1/+1
2011-07-08ipaccess: ipaccess_fd_cb needs to be externPablo Neira Ayuso1-1/+1
2011-07-08ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso1-0/+3
2011-07-08hsl: BTS supportPablo Neira Ayuso3-2/+8
2011-07-07e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso1-1/+10
2011-07-05include: remove IPA_NODE and E1INP_NODE definition from internal.hPablo Neira Ayuso1-4/+0
2011-07-05src: add e1_input_vty.c to libosmo-abisPablo Neira Ayuso2-0/+3
2011-07-05src: use signal infrastructure that will be available in libosmocorePablo Neira Ayuso1-17/+0
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso2-17/+0
2011-07-05e1_input: change prototype of ->sign_link(...)Pablo Neira Ayuso1-1/+1
2011-07-05e1_input: change prototype of close hook in e1inp_driverPablo Neira Ayuso1-1/+1
2011-07-05include: export lapd.h since openBSC needs itPablo Neira Ayuso3-1/+2
2011-07-02include: remove unused ipaccess_read_msg definition from internal.hPablo Neira Ayuso1-2/+1
2011-07-02ipaccess: put the ID_GET logic for the BTS mode into the driverPablo Neira Ayuso2-0/+8
2011-06-30major updates in e1_input callback ops and IPA infrastructuresPablo Neira Ayuso3-6/+20
2011-06-26e1_input: add abis_sendmsg(...)Pablo Neira Ayuso1-0/+2
2011-06-25include: remove unused prototype _abis_nm_sendmsg(...) definitionPablo Neira Ayuso1-2/+0
2011-06-25include: fix include installation path and missing logging.h filePablo Neira Ayuso1-1/+2
2011-06-25e1_input: minor API changes to adapt it to openbscPablo Neira Ayuso1-6/+12
2011-06-23ipa-proxy: add A-bis over IP generic proxy commands for VTYPablo Neira Ayuso3-1/+15
2011-06-23ipa: add ipa_*_send() to transmit messagesPablo Neira Ayuso1-0/+4
2011-06-23ipa: add ipa_server_peer infrastructurePablo Neira Ayuso1-1/+11
2011-06-23ipa: extend ipa_*link_create() to take one generic data pointerPablo Neira Ayuso1-2/+4
2011-06-21ipa: add ipa_server_link abstractionPablo Neira Ayuso1-0/+15
2011-06-21ipa: rename `struct ipa_link' by `struct ipa_client_link'Pablo Neira Ayuso1-18/+18
2011-06-21ipaccess: initial works to get BTS mode workingPablo Neira Ayuso1-2/+2
2011-06-21hsl: add support for BTS-modePablo Neira Ayuso1-1/+3
2011-06-21e1input: add address as parameter to e1inp_line_update(...)Pablo Neira Ayuso2-4/+4
2011-06-14input: ipaccess: add preliminary BTS-side for A-bis over IPPablo Neira Ayuso1-0/+32
2011-06-09include: remove internal definition that are now in libosmocorePablo Neira Ayuso3-57/+33
2011-06-07include: document functions required by hsl driverPablo Neira Ayuso1-4/+5
2011-06-07include: remove superfluous definition from internal.hPablo Neira Ayuso2-34/+1
2011-06-07e1input: rework generic (virtual and real) E1 line operationsPablo Neira Ayuso1-3/+8
2011-06-07e1input: log_set_context(...) should be called from the applicationPablo Neira Ayuso1-3/+0
2011-06-07e1input: fix TRAU frame handlingPablo Neira Ayuso1-3/+5
2011-06-07src: add libosmo_abis_init(void *ctx) to set the talloc contextPablo Neira Ayuso4-4/+13
2011-06-07src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso7-4/+2