aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2017-08-27Add libvlr implementationHarald Welte1-0/+1
Original libvlr code is by Harald Welte <laforge@gnumonks.org>, polished and tweaked by Neels Hofmeyr <nhofmeyr@sysmocom.de>. This is a long series of trial-and-error development collapsed in one patch. This may be split in smaller commits if reviewers prefer that. If we can keep it as one, we have saved ourselves the additional separation work. Related: OS#1592 Change-Id: Ie303c98f8c18e40c87c1b68474b35de332033622
2017-08-27move openbsc/* to repos rootNeels Hofmeyr1-0/+100
This is the first step in creating this repository from the legacy openbsc.git. Like all other Osmocom repositories, keep the autoconf and automake files in the repository root. openbsc.git has been the sole exception, which ends now. Change-Id: I9c6f2a448d9cb1cc088cf1cf6918b69d7e69b4e7
2009-06-10move openbsc into its own subdirectoryHarald Welte1-5/+0
2009-06-08openbscdefines.h: Add header file to control visibility of symbolsHolger Freyther1-1/+1
Add the hooks/configure detection to compile everything with -fvisibility=hidden and then make certain symbols visible. This will be used to make parts of the API public. There are no users yet but we should have some soon.
2009-02-23[misc] Fix make distcheck again...Holger Freyther1-1/+1
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther1-1/+1
Link the tests against the libbsc.a to avoid most of the breakage when creating new symbols.
2009-02-17[utils] Create gsm_utils for 7bit encoding and decoding...Holger Freyther1-1/+2
2009-02-14[signal] Add generic signal registration and dispatch...Holger Freyther1-1/+1
This will be used for generic registration and dispatching of any kind of event. We will have different areas (like with the debug interface) and each layer can define their own struct for the event message... This is not tested yet
2009-02-10[misc] Add header files to fix make distcheckHolger Freyther1-1/+1
2009-02-06[dist] Fix make distcheck by adding the new header filesHolger Freyther1-1/+2
2009-01-06Start creating a paging layer...Harald Welte1-1/+1
You can request to open a channel to a MS and the paging layer will call you once the channel is allocated. Internally the CCCH Load Indication will be handled and retry to page a terminal.
2009-01-02Add simplistic telnet control interfaceHolger Freyther1-1/+1
This might turn into a complete wire protocol with special client software. For now it will be a simple client interface that you can use with telnet to do certain things. This is using flex to implement the parsing. Implementation and more commands will follow.
2009-01-02Fix make distcheck by adding some header filesHolger Freyther1-1/+2
2008-12-28Start implementing GSM 04.11 (short message service)Daniel Willmann1-1/+1
2008-12-27db: add GPL headers and integrate with autofooJan Luebbe1-1/+1
2008-12-23autoconfHarald Welte1-0/+2