diff --git a/src/main/kotlin/StandardFrames.kt b/src/main/kotlin/StandardFrames.kt index 1e29344..3cc0e93 100644 --- a/src/main/kotlin/StandardFrames.kt +++ b/src/main/kotlin/StandardFrames.kt @@ -256,6 +256,7 @@ object StandardFrames { val recipientCallLink = Frame( recipient = Recipient( + id = 11, callLink = CallLink( rootKey = ByteArray(16) { pos -> pos.toByte() }.toByteString(), adminKey = ByteArray(32) { 1 }.toByteString(), diff --git a/test-cases/ad_hoc_call_00.binproto b/test-cases/ad_hoc_call_00.binproto index 80fc79c..ef6427e 100644 Binary files a/test-cases/ad_hoc_call_00.binproto and b/test-cases/ad_hoc_call_00.binproto differ diff --git a/test-cases/ad_hoc_call_00.txtproto b/test-cases/ad_hoc_call_00.txtproto index 51dc477..ca02ca2 100644 --- a/test-cases/ad_hoc_call_00.txtproto +++ b/test-cases/ad_hoc_call_00.txtproto @@ -98,12 +98,14 @@ Frame { restrictions = Restrictions.NONE rootKey = <000102030405060708090a0b0c0d0e0f> } + id = 11 } } Frame { adHocCall = AdHocCall { callId = 5069471078380689193 + recipientId = 11 state = State.GENERIC } } \ No newline at end of file diff --git a/test-cases/ad_hoc_call_01.binproto b/test-cases/ad_hoc_call_01.binproto index 88edcb3..cd67878 100644 Binary files a/test-cases/ad_hoc_call_01.binproto and b/test-cases/ad_hoc_call_01.binproto differ diff --git a/test-cases/ad_hoc_call_01.txtproto b/test-cases/ad_hoc_call_01.txtproto index 0f75086..c52dacb 100644 --- a/test-cases/ad_hoc_call_01.txtproto +++ b/test-cases/ad_hoc_call_01.txtproto @@ -98,6 +98,7 @@ Frame { restrictions = Restrictions.NONE rootKey = <000102030405060708090a0b0c0d0e0f> } + id = 11 } } @@ -105,6 +106,7 @@ Frame { adHocCall = AdHocCall { callId = 7829309874007127440 callTimestamp = 1739546236831 + recipientId = 11 state = State.GENERIC } } \ No newline at end of file diff --git a/test-cases/ad_hoc_call_02.binproto b/test-cases/ad_hoc_call_02.binproto index ed53188..2633261 100644 Binary files a/test-cases/ad_hoc_call_02.binproto and b/test-cases/ad_hoc_call_02.binproto differ diff --git a/test-cases/ad_hoc_call_02.txtproto b/test-cases/ad_hoc_call_02.txtproto index 92b5500..a2ed336 100644 --- a/test-cases/ad_hoc_call_02.txtproto +++ b/test-cases/ad_hoc_call_02.txtproto @@ -98,6 +98,7 @@ Frame { restrictions = Restrictions.NONE rootKey = <000102030405060708090a0b0c0d0e0f> } + id = 11 } } @@ -105,6 +106,7 @@ Frame { adHocCall = AdHocCall { callId = 6079152038928072180 callTimestamp = 1660152710755 + recipientId = 11 state = State.GENERIC } } \ No newline at end of file