There still is a bug in translating the TP stream ECM to the radegast interface.
Radegast field 06 needs to be filled with the provider ID in ascii characters. If you look at the debug info CCcam generates from the network request you learn the field is actually one short while moved to the buffer. As the buffer is filled with hex(00) that leads to a hex(00) character as ending character in the provider field which is allway 8 characters in length.
example, asci string 0000006A is generated as 0000006+char(00).
Please update :-)
Regards jcsat