1
0
Fork 0

gsmdriver: Make it work with newer OsmoGSM

It is now called luType
This commit is contained in:
Holger Hans Peter Freyther 2012-10-21 15:47:54 +02:00
parent 41fcc5d899
commit b1533448d0
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
"
(C) 2010-2011 by Holger Hans Peter Freyther
(C) 2010-2012 by Holger Hans Peter Freyther
All Rights Reserved
This program is free software: you can redistribute it and/or modify
@ -403,7 +403,7 @@ ProcedureBase subclass: USSDProcedure [
cm := GSM48CMServiceReq new.
cm mi imsi: conn phone imsi.
cm keyAndType val: 8.
cm luType val: 8.
^ cm
]