summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/Old/30-07-2011/true table.txt
blob: 5a5916bc712a1cdbb7343d12f33148f806470d4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
if GSMRZ1 != 200:
	if GSMRZ2 = 200:
		if GSMRZ3 == 200:
			BTS RZ 1 problem
		else:
			unknow problem
	elif GSMRZ3 == 200:
		if GSMRZ2 == 200:
			BTS RZ 1 Problem
		else:
			unknow problem
	else:
		OpenBSC problem

if GSMRZ2 != 200:
	if GSMRZ1 = 200:
		if GSMRZ3 == 200:
			BTS RZ 2 problem
		else:
			unknow problem
	elif GSMRZ3 == 200:
		if GSMRZ1 == 200:
			BTS RZ 2 Problem
		else:
			unknow problem
	else:
		OpenBSC problem

if GSMRZ3 != 200:
	if GSMRZ1 = 200:
		if GSMRZ2 == 200:
			BTS RZ 3 problem
		else:
			unknow problem
	elif GSMRZ2 == 200:
		if GSMRZ1 == 200:
			BTS RZ 3 Problem
		else:
			unknow problem
	else:
		OpenBSC problem