aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input
AgeCommit message (Expand)AuthorFilesLines
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte1-5/+3
2010-05-14Forward declare make_socket.Holger Hans Peter Freyther1-0/+3
2010-05-04GPRS: Introduce a GPRS Gb ProxyHarald Welte1-52/+0
2010-05-04GPRS: Modularize the NS implementationHarald Welte1-78/+2
2010-05-04GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTSHarald Welte1-20/+10
2010-05-04Create new 'gprs-sgsn' branch on top of 'gprs-conf'Harald Welte1-9/+103
2010-04-15[ipa] Fix the reporting of link down...Holger Hans Peter Freyther1-2/+2
2010-04-15[ipa] Handle losing the RSL/OML connection..Holger Hans Peter Freyther1-26/+121
2010-04-11Revert "ipa: Reduce the throttling of the IPA msges"Holger Hans Peter Freyther1-1/+3
2010-04-07[ipa] When including MGCP our messages might be bigger than 300 byteHolger Hans Peter Freyther1-1/+1
2010-03-30[misnd] Use the size_t modifier when printing the size.Holger Hans Peter Freyther1-1/+1
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-1/+1
2010-03-24ipa: Fix the previous patch and initialize the fds to -1Holger Hans Peter Freyther1-0/+6
2010-03-24ipa: Handle corrupt incoming messages without crashingHolger Hans Peter Freyther1-6/+14
2010-03-24ipa: Reduce the throttling of the IPA msgesHolger Hans Peter Freyther1-1/+1
2010-03-24ipa: Use two defines instead of magic numbersHolger Hans Peter Freyther1-8/+11
2010-03-24ipaccess: Handle the case of replacing RSL connectionsHolger Hans Peter Freyther1-0/+7
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte2-7/+7
2010-02-19ipaccess.c: Fix some resource leaks in error conditions.Holger Hans Peter Freyther1-0/+13
2010-02-09[ipaccess] Make the IPA version of LTV public.Holger Hans Peter Freyther1-2/+2
2010-02-07[ipa] Make sending of ID REQ public...Holger Hans Peter Freyther1-1/+6
2010-02-07[ipaccess] Create a method to send the ID ACK messagesHolger Hans Peter Freyther1-1/+7
2009-12-29ipaccess input: Print BTS number that has disappearedHarald Welte (local)1-4/+7
2009-12-24properly check for EAGAIN in recv() callsHarald Welte1-2/+2
2009-12-24if we recv() from an abis-ip socket, don't consider -EAGAIN an errorHarald Welte1-1/+2
2009-12-24Merge remote branch 'origin/master'Harald Welte1-13/+18
2009-12-23input/ipaccess: Differentiate between LOGL_ERROR and DEBUGHarald Welte1-13/+18
2009-12-23introduce #defines for ip.access RSL and OML UDP portsHarald Welte1-2/+2
2009-12-21ipaccess: Fix two minor bugs regarding multi-TRX setupHarald Welte1-2/+3
2009-12-16ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setupsHarald Welte1-7/+6
2009-11-17[ipaccess] Fix spelling in the commentHolger Hans Peter Freyther1-1/+1
2009-11-17fix some more compiler warningsHarald Welte1-1/+1
2009-10-29ip.access: Header has a 16bit length in network byte orderSylvain Munaut1-5/+5
2009-10-29[misc] Use talloc_zero instead of talloc and later memsetHolger Hans Peter Freyther1-6/+3
2009-10-27input/ipaccess.c: clang says ret might be uninitializedHolger Hans Peter Freyther1-1/+1
2009-10-21[ipaccess] revert commit 9bd7bc1b4c4a3ba42da46931df650837c1a7e889Harald Welte1-1/+5
2009-10-20input/ipaccess: remove one more static variableHarald Welte1-5/+1
2009-10-20ip.access: Support multi-TRX / RSL stream IDHarald Welte1-16/+14
2009-10-08use tx delay timer instead of usleep() in ip.access input driverAndreas Eversberg1-9/+24
2009-10-01input/ipaccess: Fix segv caused by use of uninitialized varSylvain Munaut1-1/+1
2009-09-30[ipaccess] Prepare to reuse parts of the code for the A-linkHolger Hans Peter Freyther1-39/+90
2009-08-10ipaccess.c: Make the compiler happy...Holger Hans Peter Freyther1-1/+1
2009-08-10misdn.c: Fix warning about redefining AF_ISDN..Holger Hans Peter Freyther1-0/+2
2009-08-10misc: Remove some obviously unused and unneeded variables..Holger Hans Peter Freyther1-1/+0
2009-08-10misc: Fix warnings about returning with value...Holger Hans Peter Freyther1-0/+2
2009-08-08the actual config file code (not just config files)Harald Welte2-24/+20
2009-08-04prepare mISDN driver for multiple lines/instancesHarald Welte1-12/+6
2009-07-04make sure misdn plugin handles DL_UNITDATA_INDHarald Welte1-0/+1
2009-06-26use named variant when allocating msgb'sHarald Welte2-3/+3
2009-06-22fix various talloc / dynamic bts/trx related bugsHarald Welte1-4/+12