aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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