This motion will trigger a Transact message on Kusama to accept Turing's HRMP request, and open a HRMP channel to Turing.
The transact will be performed on Kusama with the following call:
0x1800083c01420800003c0042080000e803000000900100
which can be decoded as:
utility.batch(calls: [
hrmp.hrmpAcceptOpenChannel(sender: 2,114),
hrmp.hrmpInitOpenChannel(
recipient: 2,114
proposedMaxCapacity: 1,000
proposedMaxMessageSize: 102,400
)
])
Khala's sovereign account has already got the enough deposit to open the channels.