pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28831 )
Change subject: sbcap: Expect IE Send-Write-Replace-Warning-Indication ......................................................................
sbcap: Expect IE Send-Write-Replace-Warning-Indication
Since osmo-cbc.git I563e7d1c999f14b8197bb41e85b7bcf6262fe2a0, Write Replace Warning Indication is sent, so expect it.
Change-Id: I84e3ae7a532a8a76ac1c26d357da7eaa73f39374 --- M library/sbcap/SBC_AP_Templates.ttcn 1 file changed, 7 insertions(+), 4 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, but someone else must approve pespin: Looks good to me, approved
diff --git a/library/sbcap/SBC_AP_Templates.ttcn b/library/sbcap/SBC_AP_Templates.ttcn index c0c0837..d5f2471 100644 --- a/library/sbcap/SBC_AP_Templates.ttcn +++ b/library/sbcap/SBC_AP_Templates.ttcn @@ -129,7 +129,8 @@ template (present) uint12_t p_rep_per, template (present) uint16_t p_num_bcast, template (present) BIT8 dcs := ?, - template (present) octetstring p_msg_content := ? + template (present) octetstring p_msg_content := ?, + template (present) Send_Write_Replace_Warning_Indication send_ind := ? ) := { initiatingMessage := { procedureCode := id_Write_Replace_Warning, @@ -173,11 +174,13 @@ id := SBC_AP_Constants.id_Warning_Message_Content, criticality := ignore, value_ := { Warning_Message_Content := p_msg_content } - } - /* Warning Message Content */ /* OMC ID */ /* Concurrent Warning Message Indicator */ - /* Send Write Replace Warning Indication */ + }, { + id := SBC_AP_Constants.id_Send_Write_Replace_Warning_Indication, + criticality := ignore, + value_ := { Send_Write_Replace_Warning_Indication := send_ind } + } /* Global eNB ID */ /* Warning Area Coordinates */ },