Skip to content

Commit

Permalink
Add MPDS review branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarszk committed Feb 9, 2024
1 parent 5fe46c0 commit b93dab5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ configServiceDefFiles.mpss_draft = [
'https://raw.githubusercontent.com/ccsdsmo/xml-service-specifications/mpss-draft/xml-ccsds-mo-prototypes/src/main/resources/xml/area051-v001-Mission-Data-Product.xml',
];

/* MPDS review */
configServiceDefFiles.mpds = [
'https://raw.githubusercontent.com/ccsdsmo/xml-service-specifications/master/xml-ccsds-mo-prototypes/src/main/resources/xml/area001-v001-MAL.xml',
'https://raw.githubusercontent.com/ccsdsmo/xml-service-specifications/master/xml-ccsds-mo-prototypes/src/main/resources/xml/area002-v001-COM.xml',
'https://raw.githubusercontent.com/ccsdsmo/xml-service-specifications/master/xml-ccsds-mo-prototypes/src/main/resources/xml/area006-v001-Mission-Data-Product-Distribution.xml',
'https://raw.githubusercontent.com/ccsdsmo/xml-service-specifications/master/xml-ccsds-mo-prototypes/src/main/resources/xml/area009-v001-Mission-Data-Product-Distribution.xml',
'https://raw.githubusercontent.com/ccsdsmo/xml-service-specifications/master/xml-ccsds-mo-prototypes/src/main/resources/xml/area051-v001-Mission-Data-Product.xml',
];


var configServiceBookFiles = {
'MAL': {pdfFilePath: 'pdf/ServiceDefMAL.xml-521x0b2e1.pdf', name: '521x0b2e1', icon: 'book'},
'COM': {pdfFilePath: 'pdf/ServiceDefCOM.xml-521x1b1.pdf', name: '521x1b1', icon: 'book'},
Expand Down

0 comments on commit b93dab5

Please sign in to comment.