Commit 06717750 authored by rennoch's avatar rennoch
Browse files

completion of mMe_CMP_03

parent b67cab3c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1245,10 +1245,12 @@ module LibS1AP_Templates {
                    
					template (present) RecordOf_ProtocolIE mw_UeContextModificationRequestIEs(
																			   template (present) MME_UE_S1AP_ID p_MME_value := ?,
																			   template (present) ENB_UE_S1AP_ID p_eNB_value := ?
																			   template (present) ENB_UE_S1AP_ID p_eNB_value := ?,
                                                                               template (present) UEAggregateMaximumBitrate p_UEAggregateMaximumBitrate := ?
					) := {
						mw_MME_UE_S1AP_ID(p_MME_value, ignore),
						mw_eNB_UE_S1AP_ID(p_eNB_value, ignore)
						mw_eNB_UE_S1AP_ID(p_eNB_value, ignore),
						mw_UE_aggregate_maximum_bitrate_IE(p_UEAggregateMaximumBitrate)
					} // End of template mw_UeContextModificationRequestIEs