Osmocom Base Transceiver Station (BTS) https://osmocom.org/projects/osmobts
Go to file
Holger Hans Peter Freyther b0985e3fa5 test: Introduce a very simple test for the paging subsystem
Check that adding a paging command works, check that it is expired
after the first call to paging_gen_msg. The test will be extended
to test the scheduling and selection of the various paging messages.
2011-12-01 09:14:32 +01:00
contrib update screenrc; we no longer have the '-B' command line option 2011-09-04 23:23:49 +02:00
doc/examples config: Rename llapdm -> llapd in the example configuration 2011-11-07 13:48:02 +01:00
include paging: Provide functions to check the internal state of the paging system 2011-12-01 09:09:18 +01:00
src paging: Provide functions to check the internal state of the paging system 2011-12-01 09:09:18 +01:00
tests test: Introduce a very simple test for the paging subsystem 2011-12-01 09:14:32 +01:00
.gitignore test: Introduce a very simple test for the paging subsystem 2011-12-01 09:14:32 +01:00
COPYING re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
Makefile.am test: Introduce a very simple test for the paging subsystem 2011-12-01 09:14:32 +01:00
README re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
configure.ac test: Introduce a very simple test for the paging subsystem 2011-12-01 09:14:32 +01:00
git-version-gen auto-generate a version 2011-09-07 21:28:27 +02:00

README

Repsoitory for new BTS-side A-bis code

This is the code that was originally developed inside osmocom-bb.git
for turning modified OsmocomBB-supported phones into a simplistic BTS.

However, the BTS-side A-bis is also going to be needed for other projects, thus
the split.

It doesn't really build yet, as a lot of dependencies have not yet been
resolved.