You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meanwhile I set up on Ubuntu and managed to get the containers up and access the webserver (much easier than in RHEL, where I still cant access the localhost:3000). When I now try to run: spex:webapp$ bundle exec /home/app/webapp/script/init_3gpp.rb
I experience after ~330 sec an issue with: Creating document 55.919: '3G Security; Specification of the A5/3 encryption algorithms...
I assume due to the 'slash' in the title (?). Then the script fails and stops loading further:
Creating document 55.243: 'Specification of the GIA4 integrity algorithm for General Packet Radio Service (GPRS); Design conformance test data'
Creating version {:major=>14, :technical=>0, :editorial=>0}
Creating version {:major=>15, :technical=>0, :editorial=>0}
Creating document 55.251: 'Specification of the GEA5 and GIA5 encryption algorithms for General Packet Radio Service (GPRS); GEA5 and GIA5 algorithm specification'
Creating version {:major=>14, :technical=>0, :editorial=>1}
Creating version {:major=>15, :technical=>0, :editorial=>0}
Creating document 55.252: 'Specification of the GEA5 encryption and GIA5 integrity algorithms for General Packet Radio Service (GPRS); Implementers' test data'
Creating version {:major=>14, :technical=>0, :editorial=>0}
Creating version {:major=>15, :technical=>0, :editorial=>0}
Creating document 55.253: 'Specification of the GEA5 encryption and GIA5 integrity algorithms for General Packet Radio Service (GPRS); Design conformance test data'
Creating version {:major=>14, :technical=>0, :editorial=>0}
Creating version {:major=>15, :technical=>0, :editorial=>0}
**Creating document 55.919: '3G Security; Specification of the A5/3 encryption algorithms for GSM and ECSD, and the GEA3 encryption algorithm for GPRS; Document 4: Design and evaluation report'
Creating version {:major=>3, :technical=>0, :editorial=>0}
Creating version {:major=>4, :technical=>0, :editorial=>0}
Creating version {:major=>5, :technical=>0, :editorial=>0}
Creating version {:major=>6, :technical=>2, :editorial=>1}
Creating version {:major=>7, :technical=>1, :editorial=>0}
Creating version {:major=>8, :technical=>0, :editorial=>0}
Creating version {:major=>9, :technical=>0, :editorial=>0}
Creating version {:major=>10, :technical=>0, :editorial=>0}
Creating version {:major=>11, :technical=>0, :editorial=>0}
Creating version {:major=>12, :technical=>0, :editorial=>0}
Creating version {:major=>13, :technical=>0, :editorial=>0}
Creating version {:major=>14, :technical=>0, :editorial=>0}
Creating version {:major=>15, :technical=>0, :editorial=>0}
Error while parsing 3119: Unable to parse 'TBR 5'
Error while parsing 3120: Unable to parse 'TBR 9'
Error while parsing 3121: Unable to parse 'TBR19'
Error while parsing 3122: Unable to parse 'TBR20'
Error while parsing 3123: Unable to parse 'TBR31'
Error while parsing 3124: Unable to parse 'TBR32'**
... took 331.19 sec
app@46c08e5f2196:/home/app/webapp$
Any way how to fix that?
Thx,
T
The text was updated successfully, but these errors were encountered:
Me again,
after diving a bit into the code, I understood that this is not an issue, but the last entry in http://www.3gpp.org/ftp/Specs/html-info/SpecReleaseMatrix.htm , that can be "digested" - since the TBRs are out-of-date entries in that table. So I can confirm that the slash in 3GPP TR 55.919 is not a problem at all and the document is referenced correctly in the database.
Hi,
meanwhile I set up on Ubuntu and managed to get the containers up and access the webserver (much easier than in RHEL, where I still cant access the localhost:3000). When I now try to run:
spex:webapp$ bundle exec /home/app/webapp/script/init_3gpp.rb
I experience after ~330 sec an issue with:
Creating document 55.919: '3G Security; Specification of the A5/3 encryption algorithms...
I assume due to the 'slash' in the title (?). Then the script fails and stops loading further:
Error while parsing 3119: Unable to parse 'TBR 5'
Error while parsing 3120: Unable to parse 'TBR 9'
Error while parsing 3121: Unable to parse 'TBR19'
Error while parsing 3122: Unable to parse 'TBR20'
Error while parsing 3123: Unable to parse 'TBR31'
Error while parsing 3124: Unable to parse 'TBR32'**
... took 331.19 sec
app@46c08e5f2196:/home/app/webapp$
Any way how to fix that?
Thx,
T
The text was updated successfully, but these errors were encountered: