blob: 598b606c26c12459a332024494d6b51187466f29 [file] [log] [blame]
Alexander Chemeris040b3052013-06-16 14:29:54 +04001#
2# Copyright 2008, 2009 Free Software Foundation, Inc.
3#
4# This file is part of GNU Radio
5#
6# GNU Radio is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 3, or (at your option)
9# any later version.
10#
11# GNU Radio is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License along
17# with this program; if not, write to the Free Software Foundation, Inc.,
18# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19#
20
21David A. Burgess, dburgess@kestrelsp.com:
22 CLI/CLI.cpp
23 CLI/CLI.h
24 CommonLibs/Assert.h
25 CommonLibs/BitVector.cpp
26 CommonLibs/BitVectorTest.cpp
27 CommonLibs/Configuration.cpp
28 CommonLibs/Configuration.h
29 CommonLibs/ConfigurationTest.cpp
30 CommonLibs/Interthread.h
31 CommonLibs/InterthreadTest.cpp
32 CommonLibs/LinkedLists.cpp
33 CommonLibs/LinkedLists.h
34 CommonLibs/Regexp.h
35 CommonLibs/RegexpTest.cpp
36 CommonLibs/Sockets.cpp
37 CommonLibs/Sockets.h
38 CommonLibs/SocketsTest.cpp
39 CommonLibs/Threads.cpp
40 CommonLibs/Threads.h
41 CommonLibs/Timeval.cpp
42 CommonLibs/Timeval.h
43 CommonLibs/TimevalTest.cpp
44 CommonLibs/Vector.h
45 CommonLibs/VectorTest.cpp
46 Control/CallControl.cpp
47 Control/ControlCommon.cpp
48 Control/ControlCommon.h
49 Control/FACCHDispatch.cpp
50 Control/MobilityManagement.cpp
51 Control/PagerTest.cpp
52 Control/RadioResource.cpp
53 Control/SDCCHDispatch.cpp
54 GSM/GSM610Tables.cpp
55 GSM/GSM610Tables.h
56 GSM/GSMCommon.cpp
57 GSM/GSMCommon.h
58 GSM/GSMConfig.h
59 GSM/GSML1FEC.cpp
60 GSM/GSML1FEC.h
61 GSM/GSML2LAPDm.cpp
62 GSM/GSML2LAPDm.h
63 GSM/GSML3CCElements.cpp
64 GSM/GSML3CCElements.h
65 GSM/GSML3CCMessages.cpp
66 GSM/GSML3CCMessages.h
67 GSM/GSML3CommonElements.cpp
68 GSM/GSML3CommonElements.h
69 GSM/GSML3MMElements.cpp
70 GSM/GSML3MMElements.h
71 GSM/GSML3MMMessages.cpp
72 GSM/GSML3MMMessages.h
73 GSM/GSML3Message.cpp
74 GSM/GSML3Message.h
75 GSM/GSML3RRElements.cpp
76 GSM/GSML3RRElements.h
77 GSM/GSML3RRMessages.cpp
78 GSM/GSML3RRMessages.h
79 GSM/GSMLogicalChannel.h
80 GSM/GSMTDMA.cpp
81 GSM/GSMTDMA.h
82 GSM/GSMTransfer.cpp
83 GSM/GSMTransfer.h
84 LICENSEBLOCK
85 SIP/SIPEngine.h
86 SIP/SIPInterface.h
87 SMS/SMSMessages.cpp
88 SMS/SMSMessages.h
89 SMS/SMSTransfer.cpp
90 SMS/SMSTransfer.h
91 TRXManager/TRXManager.cpp
92 Transceiver/Complex.h
93 apps/OpenBTS900.cpp
94 apps/OpenBTS850.cpp
95 apps/OpenBTS25c3.cpp
96 tests/AGCHTest.cpp
97 tests/BeaconTest.cpp
98 tests/CallTest.cpp
99 tests/CallTest2.cpp
100 tests/LAPDmTest.cpp
101 tests/LoopbackTest.cpp
102 tests/RegistrationTest.cpp
103 tests/TRXSimulator.cpp
104
105Harvind S. Samra, hssamra@kestrelsp.com:
106 Control/PagerTest.cpp
107 Control/RadioResource.cpp
108 GSM/GSMConfig.h
109 GSM/GSMTransfer.h
110 LICENSEBLOCK
111 Transceiver/ComplexTest.cpp
112 Transceiver/Transceiver.cpp
113 Transceiver/Transceiver.h
114 Transceiver/USRPDevice.cpp
115 Transceiver/USRPDevice.h
116 Transceiver/USRPping.cpp
117 Transceiver/radioInterface.cpp
118 Transceiver/radioInterface.h
119 Transceiver/rcvLPF_651.h
120 Transceiver/runTransceiver.cpp
121 Transceiver/sendLPF_961.h
122 Transceiver/sigProcLib.cpp
123 Transceiver/sigProcLib.h
124 Transceiver/sigProcLibTest.cpp
125 Transceiver/sweepGenerator.cpp
126 Transceiver/testRadio.cpp
127
128Raffi Sevlian, raffisev@gmail.com:
129 Control/CallControl.cpp
130 Control/ControlCommon.cpp
131 Control/ControlCommon.h
132 Control/FACCHDispatch.cpp
133 Control/MobilityManagement.cpp
134 Control/PagerTest.cpp
135 Control/RadioResource.cpp
136 GSM/GSMCommon.h
137 GSM/GSMConfig.h
138 GSM/GSML1FEC.h
139 GSM/GSML3CCElements.cpp
140 GSM/GSML3CCElements.h
141 GSM/GSML3CCMessages.cpp
142 GSM/GSML3CCMessages.h
143 GSM/GSML3CommonElements.cpp
144 GSM/GSML3CommonElements.h
145 GSM/GSML3MMElements.cpp
146 GSM/GSML3MMElements.h
147 GSM/GSML3MMMessages.cpp
148 GSM/GSML3MMMessages.h
149 GSM/GSML3Message.cpp
150 GSM/GSML3Message.h
151 GSM/GSML3RRElements.cpp
152 GSM/GSML3RRElements.h
153 GSM/GSML3RRMessages.cpp
154 GSM/GSML3RRMessages.h
155 GSM/GSMLogicalChannel.h
156 GSM/GSMSAPMux.cpp
157 GSM/GSMSAPMux.h
158 GSM/GSMTransfer.h
159 LICENSEBLOCK
160 SIP/SIPEngine.cpp
161 SIP/SIPInterface.cpp
162 SIP/SIPInterface.h
163 SIP/SIPMessage.cpp
164 SIP/SIPMessage.h
165 SIP/SIPUtility.cpp
166 SIP/SIPUtility.h
167 SMS/CMMessage.cpp
168 SMS/CMMessage.h
169 SMS/CMProcessor.cpp
170 SMS/CMProcessor.h
171 SMS/CMTest.cpp
172 SMS/RLMessage.cpp
173 SMS/RLMessage.h
174 SMS/RLProcessor.cpp
175 SMS/RLProcessor.h
176 SMS/SMSMessages.cpp
177 SMS/SMSMessages.h
178 SMS/SMSProcessors.cpp
179 SMS/SMSProcessors.h
180 SMS/SMSTransfer.cpp
181 SMS/SMSTransfer.h
182 SMS/TLMessage.cpp
183 SMS/TLMessage.h
184 SMS/TLProcessor.cpp
185 SMS/TLProcessor.h
186 TRXManager/TRXManager.h
187
188Alon Levy, alonlevy1@gmail.com
189 RRLPMessages.cpp
190 RRLPMessages.h
191 RRLPTest.cpp
192