blob: 7898188781407b0a588231faa292e950efb0b5b8 [file] [log] [blame]
Alexander Chemeris040b3052013-06-16 14:29:54 +04001#
2# Copyright 2008, 2009 Free Software Foundation, Inc.
Pau Espin Pedrold36ef2f2018-01-10 11:13:59 +01003#
Alexander Chemeris040b3052013-06-16 14:29:54 +04004# This file is part of GNU Radio
Pau Espin Pedrold36ef2f2018-01-10 11:13:59 +01005#
Alexander Chemeris040b3052013-06-16 14:29:54 +04006# 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.
Pau Espin Pedrold36ef2f2018-01-10 11:13:59 +010010#
Alexander Chemeris040b3052013-06-16 14:29:54 +040011# 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.
Pau Espin Pedrold36ef2f2018-01-10 11:13:59 +010015#
Alexander Chemeris040b3052013-06-16 14:29:54 +040016# 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
Alexander Chemeris040b3052013-06-16 14:29:54 +040027 CommonLibs/Interthread.h
28 CommonLibs/InterthreadTest.cpp
29 CommonLibs/LinkedLists.cpp
30 CommonLibs/LinkedLists.h
31 CommonLibs/Regexp.h
32 CommonLibs/RegexpTest.cpp
33 CommonLibs/Sockets.cpp
34 CommonLibs/Sockets.h
35 CommonLibs/SocketsTest.cpp
36 CommonLibs/Threads.cpp
37 CommonLibs/Threads.h
38 CommonLibs/Timeval.cpp
39 CommonLibs/Timeval.h
40 CommonLibs/TimevalTest.cpp
41 CommonLibs/Vector.h
42 CommonLibs/VectorTest.cpp
43 Control/CallControl.cpp
44 Control/ControlCommon.cpp
45 Control/ControlCommon.h
46 Control/FACCHDispatch.cpp
47 Control/MobilityManagement.cpp
48 Control/PagerTest.cpp
49 Control/RadioResource.cpp
50 Control/SDCCHDispatch.cpp
51 GSM/GSM610Tables.cpp
52 GSM/GSM610Tables.h
53 GSM/GSMCommon.cpp
54 GSM/GSMCommon.h
55 GSM/GSMConfig.h
56 GSM/GSML1FEC.cpp
57 GSM/GSML1FEC.h
58 GSM/GSML2LAPDm.cpp
59 GSM/GSML2LAPDm.h
60 GSM/GSML3CCElements.cpp
61 GSM/GSML3CCElements.h
62 GSM/GSML3CCMessages.cpp
63 GSM/GSML3CCMessages.h
64 GSM/GSML3CommonElements.cpp
65 GSM/GSML3CommonElements.h
66 GSM/GSML3MMElements.cpp
67 GSM/GSML3MMElements.h
68 GSM/GSML3MMMessages.cpp
69 GSM/GSML3MMMessages.h
70 GSM/GSML3Message.cpp
71 GSM/GSML3Message.h
72 GSM/GSML3RRElements.cpp
73 GSM/GSML3RRElements.h
74 GSM/GSML3RRMessages.cpp
75 GSM/GSML3RRMessages.h
76 GSM/GSMLogicalChannel.h
77 GSM/GSMTDMA.cpp
78 GSM/GSMTDMA.h
79 GSM/GSMTransfer.cpp
80 GSM/GSMTransfer.h
81 LICENSEBLOCK
82 SIP/SIPEngine.h
83 SIP/SIPInterface.h
84 SMS/SMSMessages.cpp
85 SMS/SMSMessages.h
86 SMS/SMSTransfer.cpp
87 SMS/SMSTransfer.h
88 TRXManager/TRXManager.cpp
89 Transceiver/Complex.h
Alexander Chemeris040b3052013-06-16 14:29:54 +040090 tests/AGCHTest.cpp
91 tests/BeaconTest.cpp
92 tests/CallTest.cpp
93 tests/CallTest2.cpp
94 tests/LAPDmTest.cpp
95 tests/LoopbackTest.cpp
96 tests/RegistrationTest.cpp
97 tests/TRXSimulator.cpp
98
99Harvind S. Samra, hssamra@kestrelsp.com:
100 Control/PagerTest.cpp
101 Control/RadioResource.cpp
102 GSM/GSMConfig.h
103 GSM/GSMTransfer.h
104 LICENSEBLOCK
105 Transceiver/ComplexTest.cpp
106 Transceiver/Transceiver.cpp
107 Transceiver/Transceiver.h
108 Transceiver/USRPDevice.cpp
109 Transceiver/USRPDevice.h
110 Transceiver/USRPping.cpp
111 Transceiver/radioInterface.cpp
112 Transceiver/radioInterface.h
113 Transceiver/rcvLPF_651.h
114 Transceiver/runTransceiver.cpp
115 Transceiver/sendLPF_961.h
116 Transceiver/sigProcLib.cpp
117 Transceiver/sigProcLib.h
118 Transceiver/sigProcLibTest.cpp
119 Transceiver/sweepGenerator.cpp
120 Transceiver/testRadio.cpp
121
122Raffi Sevlian, raffisev@gmail.com:
123 Control/CallControl.cpp
124 Control/ControlCommon.cpp
125 Control/ControlCommon.h
126 Control/FACCHDispatch.cpp
127 Control/MobilityManagement.cpp
128 Control/PagerTest.cpp
129 Control/RadioResource.cpp
130 GSM/GSMCommon.h
131 GSM/GSMConfig.h
132 GSM/GSML1FEC.h
133 GSM/GSML3CCElements.cpp
134 GSM/GSML3CCElements.h
135 GSM/GSML3CCMessages.cpp
136 GSM/GSML3CCMessages.h
137 GSM/GSML3CommonElements.cpp
138 GSM/GSML3CommonElements.h
139 GSM/GSML3MMElements.cpp
140 GSM/GSML3MMElements.h
141 GSM/GSML3MMMessages.cpp
142 GSM/GSML3MMMessages.h
143 GSM/GSML3Message.cpp
144 GSM/GSML3Message.h
145 GSM/GSML3RRElements.cpp
146 GSM/GSML3RRElements.h
147 GSM/GSML3RRMessages.cpp
148 GSM/GSML3RRMessages.h
149 GSM/GSMLogicalChannel.h
150 GSM/GSMSAPMux.cpp
151 GSM/GSMSAPMux.h
152 GSM/GSMTransfer.h
153 LICENSEBLOCK
154 SIP/SIPEngine.cpp
155 SIP/SIPInterface.cpp
156 SIP/SIPInterface.h
157 SIP/SIPMessage.cpp
158 SIP/SIPMessage.h
159 SIP/SIPUtility.cpp
160 SIP/SIPUtility.h
161 SMS/CMMessage.cpp
162 SMS/CMMessage.h
163 SMS/CMProcessor.cpp
164 SMS/CMProcessor.h
165 SMS/CMTest.cpp
166 SMS/RLMessage.cpp
167 SMS/RLMessage.h
168 SMS/RLProcessor.cpp
169 SMS/RLProcessor.h
170 SMS/SMSMessages.cpp
171 SMS/SMSMessages.h
172 SMS/SMSProcessors.cpp
173 SMS/SMSProcessors.h
174 SMS/SMSTransfer.cpp
175 SMS/SMSTransfer.h
176 SMS/TLMessage.cpp
177 SMS/TLMessage.h
178 SMS/TLProcessor.cpp
179 SMS/TLProcessor.h
180 TRXManager/TRXManager.h
181
182Alon Levy, alonlevy1@gmail.com
183 RRLPMessages.cpp
184 RRLPMessages.h
185 RRLPTest.cpp