0

Can you create a program like OpenBTS for CDMA using this library?

August
  • 35
  • 5

1 Answers1

2

You can, in theory. In practice, CDMA is but a very, very small aspect of ba very complex standard such as umts; all the other code necessary to create something that acts correctly on a standards-compliant network will largely outshadow just the CDMA-related code.

It might also be worth noting that communication standards put hard limits on things like reaction time - something that gr-cdma might not meet with your hardware.

A communication standard is much more than it's medium access mechanism.

Marcus Müller
  • 34,677
  • 4
  • 53
  • 94