Open sirtom67 opened 8 years ago
Thanks for reporting. Could you describe the bug a bit more so we can look into it?
If 481 <= K <= 530, there is a special case value of C and p rather than the lookup in Table 2. But the value of "v" should also correspond to that value of "p" (as stated in 25.212, 4.2.3.2.3.2 step 1 "Select a primitive root v from table 2 in clause 4.2.3.2.3.1, which is indicated on the right side of the prime number p.") The code as is leaves the value of "v" for this special range of K at 0, which is incorrect and causes the later steps to fail.
Hello could you please say something about that ? OpenBTS-UMTS: TurboCoder.cpp:452: TurboInterleaver::TurboInterleaver(int): Assertion `K >= 40 && K <= 5114' failed.
The value of K, for turbo coding, is required to be b/w 40 and 5114.
Harvind Samra Range Networks
On Sep 16, 2018, at 7:28 AM, bbaranoff notifications@github.com<mailto:notifications@github.com> wrote:
Hello could you please say something about that ? OpenBTS-UMTS: TurboCoder.cpp:452: TurboInterleaver::TurboInterleaver(int): Assertion `K >= 40 && K <= 5114' failed.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/RangeNetworks/OpenBTS-UMTS/issues/4#issuecomment-421774104, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGnyldtsRB0cfBYGyT1VCM2GfDBdANrrks5ubmAIgaJpZM4ISGym.
Hello thanks for the response. Soory but how I get out of this error?
Hi guys, please send your patches to this fork, we are trying to reanimate the activity and concentrate the ideas and bugfixes in a single place so we all can better control the code and submit changes as well as mutually benefit from the other's ideas and knowledge.
at the time of this writing I have merged three interesting forks with patches and I have modified the code in order to correctly run with newest USRP UHD drivers.
I will like you to push your ideas there. https://github.com/EurecatSecurity/OpenBTS-UMTS