laforge
/
openbts-osmo
Archived
1
0
Fork 0

Avoid duplication of "IMSI" in SC.Register.Msg.

"IMSI" is also a prefix to phone's imsi-number, so when you output this error message, you get something like IMSIIMSI310260550682564.
This commit is contained in:
Alexander Chemeris 2010-11-05 15:38:55 +03:00 committed by Thomas Tsou
parent d498358b6e
commit e61168a39c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ SC.Register.Msg.TakenA The phone number
SC.Register.Msg.TakenB is already in use. Try another, then call that one to talk to whoever took yours. SC.Register.Msg.TakenB is already in use. Try another, then call that one to talk to whoever took yours.
# Message for internal errors, sent as <A> << phonenumber << <B> << imsi # Message for internal errors, sent as <A> << phonenumber << <B> << imsi
SC.Register.Msg.ErrorA Error in assigning SC.Register.Msg.ErrorA Error in assigning
SC.Register.Msg.ErrorB to IMSI SC.Register.Msg.ErrorB to
# Bounds for valid number length # Bounds for valid number length
SC.Register.Digits.Max 10 SC.Register.Digits.Max 10
SC.Register.Digits.Min 7 SC.Register.Digits.Min 7