aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-06-08Add the isdnsync program which enable layer1 and layer2 on a cardHolger Freyther1-1/+3
this small tool is used to enable layer 1 and 2 on a given isdn card. the card can be used to retrieve clock signal from a network. layer 2 (PTP) is required to keep layer 1 without interruption. this tool works on e1 and s0 cards. to use the clock signal with other cards, interconnection with a clock-slave-card is required. (Andreas Eversberg)
2009-06-02[misc] Search for the crypt symbol to conditionally enable crypt in VTYHolger Freyther1-2/+2
It will define -DVTY_CRYPT_PW= if crypt is found. If -lcrypt is needed, $(LIB_CRYPT) will be -lcrypt. Compiles on OS X and Linux and reenables crypt. Patch by: Lars Immisch
2009-05-21vty: disable password encryption, remove dependency to lcryptHarald Welte1-2/+2
2009-05-01bs11_config build fixHarald Welte1-1/+2
2009-04-30add new 'ipaccess-config' program to set Unit ID and primary OML NVRAM ↵Harald Welte1-1/+4
parameters of ip.access BTS
2009-03-11[misc] Make distcheck work againHolger Freyther1-0/+1
2009-03-10make telnet interface use VTY codeHarald Welte1-3/+3
2009-03-10import VTY code from zebra/quagga (from my cardshell project)Harald Welte1-1/+3
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther1-2/+5
Link the tests against the libbsc.a to avoid most of the breakage when creating new symbols.
2009-02-19we need tlv_parse.c in bs11_config nowHarald Welte1-1/+1
2009-02-17[utils] Create gsm_utils for 7bit encoding and decoding...Holger Freyther1-1/+1
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-14add tlv_parser code to Makefile.amHarald Welte1-1/+1
2009-02-14add new program to use UDP broadcast packets to find ip.access BTS in the ↵Harald Welte1-1/+3
network
2009-02-13preliminary ip.access BTS support, as of now only OML singalling worksHarald Welte1-1/+1
2009-02-09* add trau_mux implementation to relay from one incoming TRAUHarald Welte1-2/+3
channel to another one (simple voice call switching) * add a way more generic E1 input layer, abstracting out the misdn low-level interface. This also adds infrastructure for multiple TRX in one BTS, as well as multiple BTS on one E1 link * add a E1 subchannel multiplexer for sending multiple 16kbit sub-channels one one 64kBps E1 channel * add TRAU IDLE frame generation * terminate bsc_hack in case there is a E1 / mISDN init error * introduce 'e1_config.c' file with static configuration of our E1 setup (which TRX/BTS is configured for which TEI/SAPI/E1). This should later become a config file rather than a compiled C file. WARNING: all this compiles but is not tested yet. Expect fix-up committs over the next hours or so
2009-02-01* improve parsing of status/phase response from BTSHarald Welte1-1/+1
* split rs232 support into separate file (like misdn.c)
2009-01-29* use select loop based rx/tx processing in bs11_configHarald Welte1-1/+1
* improve parsing/generation of fake lapd header
2009-01-18add bs11_config as LMT alternativeHarald Welte1-1/+3
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-05make sure we build (even if not use) subchan_demux and trau_frame codeHarald Welte1-1/+2
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.
2008-12-31Move the db_test.c to a specific test directoryHolger Freyther1-4/+1
2008-12-28Start implementing GSM 04.11 (short message service)Daniel Willmann1-1/+2
2008-12-27rewrite db backendJan Luebbe1-1/+2
2008-12-27Move the debug code to a separate debug.cHolger Freyther1-1/+1
2008-12-27Introduce a simple timer API....Holger Freyther1-1/+1
One can use add_timer or schedule_timer to add a timer. After the timeout time has been reached the callback will be called. One can call add_time/schedule_timer and del_timer from within the callback.
2008-12-27db: add GPL headers and integrate with autofooJan Luebbe1-1/+4
2008-12-25add channel allocator to makefileHarald Welte1-1/+1
2008-12-23autoconfHarald Welte1-0/+7