diff --git a/testdata/testdata.txt b/testdata/testdata.txt index ada9630..1dd907f 100644 --- a/testdata/testdata.txt +++ b/testdata/testdata.txt @@ -6,9 +6,7 @@ # POCSAG # ------ # - -# -# The following settings in config.ini are expected for pocsag +# The following settings in config.ini are expected for POCSAG # # [BOSWatch] # useDescription = 1 @@ -17,7 +15,7 @@ # # [POC] # deny_ric = 7777777 -# filter_range_start = 1000000 +# filter_range_start = 0000005 # filter_range_end = 8999999 # idDescribed = 1 # @@ -52,12 +50,12 @@ POCSAG1200: Address: 2000001 Function: 2 Alpha: BOSWatch-Test: second is a d POCSAG1200: Address: 2000001 Function: 2 Alpha: BOSWatch-Testing: okay # duplicate in different order -POCSAG1200: Address: 2100000 Function: 2 Alpha: -POCSAG1200: Address: 2100001 Function: 2 Alpha: -POCSAG1200: Address: 2100002 Function: 2 Alpha: -POCSAG1200: Address: 2100000 Function: 2 Alpha: -POCSAG1200: Address: 2100001 Function: 2 Alpha: -POCSAG1200: Address: 2100002 Function: 2 Alpha: +POCSAG1200: Address: 2100000 Function: 2 +POCSAG1200: Address: 2100001 Function: 2 +POCSAG1200: Address: 2100002 Function: 2 +POCSAG1200: Address: 2100000 Function: 2 +POCSAG1200: Address: 2100001 Function: 2 +POCSAG1200: Address: 2100002 Function: 2 POCSAG1200: Address: 2100000 Function: 2 Alpha: BOSWatch-Test: second is a duplicate POCSAG1200: Address: 2100001 Function: 2 Alpha: BOSWatch-Test: second is a duplicate POCSAG1200: Address: 2100002 Function: 2 Alpha: BOSWatch-Test: second is a duplicate @@ -66,15 +64,22 @@ POCSAG1200: Address: 2100001 Function: 2 Alpha: BOSWatch-Test: second is a d POCSAG1200: Address: 2100002 Function: 2 Alpha: BOSWatch-Test: second is a duplicate # invalid -POCSAG512: Address: 123456 Function: 0 Alpha: BOSWatch-Test: invalid -POCSAG1200: Address: 123456 Function: 1 Alpha: BOSWatch-Test: invalid -POCSAG2400: Address: 1234567 Function: 4 Alpha: BOSWatch-Test: invalid +POCSAG512: Address: 3 Function: 0 Alpha: BOSWatch-Test: okay +POCSAG512: Address: 33 Function: 0 Alpha: BOSWatch-Test: okay +POCSAG512: Address: 333 Function: 0 Alpha: BOSWatch-Test: okay +POCSAG512: Address: 3333 Function: 0 Alpha: BOSWatch-Test: okay +POCSAG512: Address: 33333 Function: 0 Alpha: BOSWatch-Test: okay +POCSAG512: Address: 333333 Function: 0 Alpha: BOSWatch-Test: okay +POCSAG512: Address: 3333333 Function: 0 Alpha: BOSWatch-Test: okay +POCSAG512: Address: 333333F Function: 0 Alpha: BOSWatch-Test: invalid +POCSAG512: Address: 333333F Function: 1 Alpha: BOSWatch-Test: invalid +POCSAG512: Address: 3333333 Function: 4 Alpha: BOSWatch-Test: invalid # denied POCSAG1200: Address: 7777777 Function: 1 Alpha: BOSWatch-Test: denied # out of filter Range -POCSAG1200: Address: 0999999 Function: 1 Alpha: BOSWatch-Test: out of filter start +POCSAG1200: Address: 0000004 Function: 1 Alpha: BOSWatch-Test: out of filter start POCSAG1200: Address: 9000000 Function: 1 Alpha: BOSWatch-Test: out of filter end # regEx-Filter?