ms: Drop setting tlli during ms_alloc()

Inside osmo-pcu code, the code path is to always call ms_alloc with
tlli=GSM_RESERVED_TMSI; a different value is only passed during unit
tests.
It makes no sense to have unit tests using differnet code paths than
ther app itself, since in the app it always desired to go through the
ms_set_tlli() and ms_confirm_tlli() which does more stuff.
Hence, drop the tlli param in ms_alloc and change the unit tests to use
the available APIs used by the application.

Change-Id: I730ec911a43b0f4e78faee4eeffb3ca8601564f8
diff --git a/tests/app_info/AppInfoTest.err b/tests/app_info/AppInfoTest.err
index b555f72..50ebd45 100644
--- a/tests/app_info/AppInfoTest.err
+++ b/tests/app_info/AppInfoTest.err
@@ -14,7 +14,7 @@
 PDCH(bts=0,trx=0,ts=5) PDCH state: disabled => enabled
 PDCH(bts=0,trx=0,ts=6) PDCH state: disabled => enabled
 PDCH(bts=0,trx=0,ts=7) PDCH state: disabled => enabled
-Creating MS object, TLLI = 0xffffffff
+Creating MS object
 Modifying MS object, TLLI = 0xffffffff, MS class 0 -> 10
 Modifying MS object, TLLI = 0xffffffff, EGPRS MS class 0 -> 11
 MS(TA-220:MSCLS-10-11) Enabled EGPRS, mode EGPRS
@@ -25,7 +25,7 @@
 PDCH(bts=0,trx=0,ts=7) Attaching TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS), 1 TBFs, USFs = 00, TFIs = 00000001.
 MS(TA-220:MSCLS-10-11) Attaching DL TBF: TBF(DL:TFI-0-0-0:STATE-NEW:EGPRS)
 ws(64)
-Creating MS object, TLLI = 0xffffffff
+Creating MS object
 Modifying MS object, TLLI = 0xffffffff, MS class 0 -> 12
 Modifying MS object, TLLI = 0xffffffff, EGPRS MS class 0 -> 13
 MS(TA-220:MSCLS-12-13) Enabled EGPRS, mode EGPRS