aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2012-12-19abis: Create a routine that can parse all SW Descriptions of a SW ConfigHolger Hans Peter Freyther1-0/+1
Be able to parse the entire SW Config IE. Parse the SW Descruption into a struct provided by the caller.
2012-06-17update .gitignoreHarald Welte1-0/+6
2012-04-13mgcp: Catch up with the renaming of the MGCP GW binaryHolger Hans Peter Freyther1-1/+1
2012-01-09tests: Use atlocal/atlocal.in to enable/disable the NAT testHolger Hans Peter Freyther1-0/+1
Kill the hacking, use atlocal to remember if the NAT test should be enabled and then skip the test (exit with 77).
2012-01-06gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged informationHolger Hans Peter Freyther1-0/+1
GSM 04.64 8.4.2 asks to ignore UI frames if the DLCI is not known, or if the "(V(UR)- 32) <= N(U) < V(UR)". E.g. if we want to have V(UR) == 511 and this frame is dropped, we would ignore N(U)'s 0 to 510. Calculate the delta. The code is based on Jonathan Santos's "LLC UI window" fix but the issue was discovered independly.
2012-01-06tests: Introduce running tests with GNU autotest in OpenBSCHolger Hans Peter Freyther1-0/+6
The quality of the tests is of different value but it is good to get started and improve from here.
2011-05-24openbsc: update .gitignoreAlexander Huemer1-0/+3
2011-03-03re-structure the OpenBSC directory layoutHarald Welte1-12/+11
The new structure divides the code into a number of libraries for the BSC core functionality, MSC core functionality, Abis transport, TRAU and other bits. This doesn't introduce any functional code change but simply moves around files and alters Makefile.am accordingly. Next step would be to disentangle a lot of the inter-library dependencies and make the individual bits of code more independent.
2011-01-14update gitignoreHarald Welte1-0/+2
2010-06-20add more executables to .gitignoreHarald Welte1-0/+3
2010-03-23automatically include program version and print it from vty and --versionHarald Welte1-0/+3
2010-01-03update .gitignoreSylvain Munaut1-0/+6
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-08-20[misc] Create a gitignore to ignore filesHolger Hans Peter Freyther1-0/+39
Make git status more useful. Ignore autoconf files, compiled artefacts, executables and test programs.