Commit 00fa5829 authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

add intermediate types to make ASN1C happy

parent 87f537b5
Loading
Loading
Loading
Loading
Loading
+17 −12
Original line number Diff line number Diff line
@@ -64,11 +64,15 @@ SetMbObsCamBeacon C-ASR-SINGLE-OBS ::= {
  ...
}

MbObsCamBeacon ::= MbSingleObservation{{SetMbObsCamBeacon}}

SetMbObsCamStatic C-ASR-SINGLE-OBS ::= {
  obs-Static-Change,
  ...
}

MbObsCamStatic ::= MbSingleObservation{{SetMbObsCamStatic}}

SetMbObsCamSecurity C-ASR-SINGLE-OBS ::= {
  obs-Security-MessageIdIncWithHeaderInfo |
  obs-Security-HeaderIncWithSecurityProfile |
@@ -80,11 +84,15 @@ SetMbObsCamSecurity C-ASR-SINGLE-OBS ::= {
  ...
}

MbObsCamSecurity ::= MbSingleObservation{{SetMbObsCamSecurity}}

SetMbObsCamPosition C-ASR-SINGLE-OBS ::= {
  obs-Position-ChangeTooLarge,
  ...
}

MbObsCamPosition ::= MbSingleObservation{{SetMbObsCamPosition}}

SetMbObsCamSpeed C-ASR-SINGLE-OBS ::= {
  obs-Speed-ValueTooLarge-VehicleType |
  obs-Speed-ValueTooLarge-DriveDirectionReverse |
@@ -92,11 +100,14 @@ SetMbObsCamSpeed C-ASR-SINGLE-OBS ::= {
  ...
}

MbObsCamSpeed ::= MbSingleObservation{{SetMbObsCamSpeed}}

SetMbObsCamLongAcc C-ASR-SINGLE-OBS ::= {
  obs-LongAcc-ValueTooLarge,
  ...
}

MbObsCamLongAcc ::= MbSingleObservation{{SetMbObsCamLongAcc}}


/**
@@ -196,18 +207,12 @@ SetMbObsCamLongAcc C-ASR-SINGLE-OBS ::= {
 * 88.2 dm/s^2.)  
 */
SetMbObsTgtsCam C-ASR-OBS-BY-TGT ::= {
  {MbSingleObservation{{SetMbObsCamBeacon}}   BY 
    c-CamTgt-BeaconCommon} |
  {MbSingleObservation{{SetMbObsCamStatic}}   BY 
    c-CamTgt-StaticCommon} |
  {MbSingleObservation{{SetMbObsCamSecurity}} BY 
    c-CamTgt-SecurityCommon} |
  {MbSingleObservation{{SetMbObsCamPosition}} BY 
    c-CamTgt-PositionCommon} |
  {MbSingleObservation{{SetMbObsCamSpeed}}    BY 
    c-CamTgt-SpeedCommon} |
  {MbSingleObservation{{SetMbObsCamLongAcc}}  BY 
    c-CamTgt-LongAccCommon},
  {MbObsCamBeacon   BY c-CamTgt-BeaconCommon}   |
  {MbObsCamStatic   BY c-CamTgt-StaticCommon}   |
  {MbObsCamSecurity BY c-CamTgt-SecurityCommon} |
  {MbObsCamPosition BY c-CamTgt-PositionCommon} |
  {MbObsCamSpeed    BY c-CamTgt-SpeedCommon}    |
  {MbObsCamLongAcc  BY c-CamTgt-LongAccCommon}  ,
  ... 
}

Compare bb6b6587 to 343f7161
Original line number Diff line number Diff line
Subproject commit bb6b65873514bd7e6ba1348ad88230ab40e71c51
Subproject commit 343f7161aad1615d4336def88c8022c4b0a2f495