CoRfr / spex-3gpp

A WebService to deliver 3GPP specifications.
GNU General Public License v3.0
35 stars 17 forks source link

Parsing error (?) Creating document 55.919: '3G Security; Specification of the A5/3 encryption algorithms #9

Closed slashTPA closed 4 years ago

slashTPA commented 4 years ago

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:

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

slashTPA commented 4 years ago

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.

So I'm closing this issue report.