blob: 88ac61b236733fff25b5d917410d9505fd50fe31 [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
Alexander Chemeris040b3052013-06-16 14:29:54 +040093 tests/AGCHTest.cpp
94 tests/BeaconTest.cpp
95 tests/CallTest.cpp
96 tests/CallTest2.cpp
97 tests/LAPDmTest.cpp
98 tests/LoopbackTest.cpp
99 tests/RegistrationTest.cpp
100 tests/TRXSimulator.cpp
101
102Harvind S. Samra, hssamra@kestrelsp.com:
103 Control/PagerTest.cpp
104 Control/RadioResource.cpp
105 GSM/GSMConfig.h
106 GSM/GSMTransfer.h
107 LICENSEBLOCK
108 Transceiver/ComplexTest.cpp
109 Transceiver/Transceiver.cpp
110 Transceiver/Transceiver.h
111 Transceiver/USRPDevice.cpp
112 Transceiver/USRPDevice.h
113 Transceiver/USRPping.cpp
114 Transceiver/radioInterface.cpp
115 Transceiver/radioInterface.h
116 Transceiver/rcvLPF_651.h
117 Transceiver/runTransceiver.cpp
118 Transceiver/sendLPF_961.h
119 Transceiver/sigProcLib.cpp
120 Transceiver/sigProcLib.h
121 Transceiver/sigProcLibTest.cpp
122 Transceiver/sweepGenerator.cpp
123 Transceiver/testRadio.cpp
124
125Raffi Sevlian, raffisev@gmail.com:
126 Control/CallControl.cpp
127 Control/ControlCommon.cpp
128 Control/ControlCommon.h
129 Control/FACCHDispatch.cpp
130 Control/MobilityManagement.cpp
131 Control/PagerTest.cpp
132 Control/RadioResource.cpp
133 GSM/GSMCommon.h
134 GSM/GSMConfig.h
135 GSM/GSML1FEC.h
136 GSM/GSML3CCElements.cpp
137 GSM/GSML3CCElements.h
138 GSM/GSML3CCMessages.cpp
139 GSM/GSML3CCMessages.h
140 GSM/GSML3CommonElements.cpp
141 GSM/GSML3CommonElements.h
142 GSM/GSML3MMElements.cpp
143 GSM/GSML3MMElements.h
144 GSM/GSML3MMMessages.cpp
145 GSM/GSML3MMMessages.h
146 GSM/GSML3Message.cpp
147 GSM/GSML3Message.h
148 GSM/GSML3RRElements.cpp
149 GSM/GSML3RRElements.h
150 GSM/GSML3RRMessages.cpp
151 GSM/GSML3RRMessages.h
152 GSM/GSMLogicalChannel.h
153 GSM/GSMSAPMux.cpp
154 GSM/GSMSAPMux.h
155 GSM/GSMTransfer.h
156 LICENSEBLOCK
157 SIP/SIPEngine.cpp
158 SIP/SIPInterface.cpp
159 SIP/SIPInterface.h
160 SIP/SIPMessage.cpp
161 SIP/SIPMessage.h
162 SIP/SIPUtility.cpp
163 SIP/SIPUtility.h
164 SMS/CMMessage.cpp
165 SMS/CMMessage.h
166 SMS/CMProcessor.cpp
167 SMS/CMProcessor.h
168 SMS/CMTest.cpp
169 SMS/RLMessage.cpp
170 SMS/RLMessage.h
171 SMS/RLProcessor.cpp
172 SMS/RLProcessor.h
173 SMS/SMSMessages.cpp
174 SMS/SMSMessages.h
175 SMS/SMSProcessors.cpp
176 SMS/SMSProcessors.h
177 SMS/SMSTransfer.cpp
178 SMS/SMSTransfer.h
179 SMS/TLMessage.cpp
180 SMS/TLMessage.h
181 SMS/TLProcessor.cpp
182 SMS/TLProcessor.h
183 TRXManager/TRXManager.h
184
185Alon Levy, alonlevy1@gmail.com
186 RRLPMessages.cpp
187 RRLPMessages.h
188 RRLPTest.cpp
189