From f169a75fc41c2474bb0602d5f6b6401213f03633 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Jun 2013 17:18:38 +0200 Subject: sysmobts: Introduce an auto-band config to ease DCS/DCS, PCS/PCS changes During development one switches from GSM900 to GSM1800 and GSM850 to GSM1900. This commit attempts to make this switch more easy. GSM1800 and GSM1900 have overlapping ARFCNs. This means that the mapping from bands to arfcn is not injective. Because of that I removed the code to deduce the band from the ARFCN. This was done in commit 8c3d807b3fc785ffb18aeb97355150c92221e8a0. The auto-band option allows to move between GSM900/GSM1800 and GSM850/GSM1900. Add a simple testcase with these auto-band configurations. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1f059943..ed419a0b 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ tests/atconfig tests/package.m4 tests/paging/paging_test tests/cipher/cipher_test +tests/sysmobts/sysmobts_test tests/testsuite tests/testsuite.log -- cgit v1.2.3