establishSession

Establish a connection with the peer.

PlantUML diagram separately generated.
  ESTABLISH_SESSION_REQUEST STEP0_RESPONSE STEP1_RESPONSE
IDLE sendStep0Message
returns:
  • noEvent

transition : AWAITING_RESPONSE
 
transition : none
 
transition : none
AWAITING_RESPONSE  
transition : none
sendStep1Message
returns:
  • noEvent

transition : none
notifyParent
returns:
  • hsmCommunicator::SESSION_ESTABLISHED

transition : IDLE
Events
ESTABLISH_SESSION_REQUEST  
STEP0_RESPONSE  
STEP1_RESPONSE  
States
IDLE  
AWAITING_RESPONSE  
Actions
sendStep0Message Start the session establishment process.

Returns:
  • noEvent
sendStep1Message Continue session establisment

Returns:
  • noEvent
notifyParent Notify parent that session is established.

Returns:
  • hsmCommunicator::SESSION_ESTABLISHED