Feature #1667
Handle callref better
Status:
New
Priority:
Normal
Assignee:
-
Category:
osmo-sip-connector
Target version:
-
Start date:
03/22/2016
Due date:
% Done:
0%
Spec Reference:
Description
There is a theoretical race of external MNCC app and OpenBSC to assign the same callref. The probability of this is very low because uint32_t is a big space and the numbers start at different positions (NITB==0x80000001, ==1 on external app). We should avoid it anyway. One should have separate spaces and enforce it.
Related issues
History
#1 Updated by zecke over 3 years ago
- Description updated (diff)
#2 Updated by laforge over 3 years ago
- Category set to osmo-sip-connector
#3 Updated by laforge over 1 year ago
- Assignee deleted (
zecke)
#4 Updated by fixeria about 1 year ago
- Related to Bug #3294: transaction: refactor callref allocation added