lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/43478?usp=email )
Change subject: libvlr: add FIXME for separation of local and foreign TMSI ......................................................................
libvlr: add FIXME for separation of local and foreign TMSI
Change-Id: I62ddaa17f7f627d61f26db5e299e01ef016df045 --- M src/libvlr/vlr.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/78/43478/1
diff --git a/src/libvlr/vlr.c b/src/libvlr/vlr.c index df8eb9e..dca2301 100644 --- a/src/libvlr/vlr.c +++ b/src/libvlr/vlr.c @@ -576,6 +576,7 @@ const char *file, int line) { + /* FIXME: we need to add a type to the tmsi (local, foreign) so overlaps doesn't matter */ struct vlr_subscr *vsub; vsub = _vlr_subscr_find_by_tmsi(vlr, tmsi, use, file, line); if (vsub) {