How to configure Frame-Relay Point-to-Point

Hello Rene, I am having issue to set up ospf on my frame relay in GNS3. Below is my configs and topology:

HQ#show run int s2/0
Building configuration...

Current configuration : 263 bytes
!
interface Serial2/0
 ip address 192.168.123.1 255.255.255.0
 encapsulation frame-relay
 ip ospf 1 area 0
 serial restart-delay 0
 frame-relay map ip 192.168.123.3 103 broadcast
 frame-relay map ip 192.168.123.2 102 broadcast
 no frame-relay inverse-arp
 !
end

HQ#show ip protocols
Routing Protocol is "ospf 1"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Router ID 192.168.123.1
  Number of areas in this router is 1. 1 normal 0 stub 0 nssa
  Maximum path: 4
  Routing for Networks:
  Routing on Interfaces Configured Explicitly (Area 0):
    Serial2/0
  Routing Information Sources:
    Gateway         Distance      Last Update
  Distance: (default is 110)

HQ#ping 192.168.123.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.123.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/44/52 ms

Site_2#show run int s2/2
Building configuration...

Current configuration : 215 bytes
!
interface Serial2/2
 ip address 192.168.123.3 255.255.255.0
 encapsulation frame-relay
 ip ospf 1 area 0
 serial restart-delay 0
 frame-relay map ip 192.168.123.1 301 broadcast
 no frame-relay inverse-arp
 !
end

Site_2#show ip protocols
Routing Protocol is "ospf 1"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Router ID 192.168.123.3
  Number of areas in this router is 1. 1 normal 0 stub 0 nssa
  Maximum path: 4
  Routing for Networks:
  Routing on Interfaces Configured Explicitly (Area 0):
    Serial2/2
  Routing Information Sources:
    Gateway         Distance      Last Update
  Distance: (default is 110)

Site_2#ping 192.168.123.1
Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/51/80 ms