I'm not sure the specifics of the system I'm monitoring. On occasion, on a single cell (same LA on all downlinks) will have 2 calls with the same usage. A result of this is both GSSIs showing under the same call slot, and audio sputters between both calls becoming unintelligible
I could mitigate this by processing each downlink on a separate telive instance but then I lose SSI information on the non-control-channel downlinks
Is there some other way to possibly mitigate this issue. I'm thinking doing something like usage += (rxid*64) might mitigate the issue but i'm not sure how other parts of telive would behave
I'm not sure the specifics of the system I'm monitoring. On occasion, on a single cell (same LA on all downlinks) will have 2 calls with the same
usage. A result of this is both GSSIs showing under the same call slot, and audio sputters between both calls becoming unintelligibleI could mitigate this by processing each downlink on a separate telive instance but then I lose SSI information on the non-control-channel downlinks
Is there some other way to possibly mitigate this issue. I'm thinking doing something like
usage += (rxid*64)might mitigate the issue but i'm not sure how other parts of telive would behave