Adds support for primary service mode MP2. This mode is very similar to mode MP3, except that the P3 logical channel is only half as wide. Because of this difference, it also uses slightly different interleaver parameters. To accomodate this mode, I've added length arguments to some of the functions that process the P3 logical channel.
Adds support for fixed data in logical channels other than P1. To accommodate this, we need one CCC data structure per logical channel, and various functions have to pass around the current logical channel number.
Adds support for L2 PDUs containing only fixed data (and no audio).
All three enhancements were needed to properly receive WAMU, which uses mode MP2 and puts its station logos in data-only L2 PDUs in the P3 logical channel.
Fixes #305.
This pull request does the following:
All three enhancements were needed to properly receive WAMU, which uses mode MP2 and puts its station logos in data-only L2 PDUs in the P3 logical channel.