With the old firmware in the SDP H.175 sends
Media Attribute (a): rtpmap:109 H264/90000
Media Attribute (a): fmtp:109 profile-level-id=420028;parameter-add=0
Media Attribute (a): rtpmap:111 H264/90000
Media Attribute (a): fmtp:111 profile-level-id=420028;packetization-mode=1;parameter-add=0
Media Attribute (a): rtpmap:110 H264/90000
Media Attribute (a): fmtp:110 profile-level-id=640028;packetization-mode=1;parameter-add=0
Media Attribute (a): rtpmap:112 H264/90000
Media Attribute (a): fmtp:112 profile-level-id=640028;parameter-add=0
With the new firmware:
Media Attribute (a): rtpmap:109 H264/90000
Media Attribute (a): fmtp:109 profile-level-id=420028;packetization-mode=1;parameter-add=0
Media Attribute (a): rtpmap:111 H264/90000
Media Attribute (a): fmtp:111 profile-level-id=420028;parameter-add=0
Media Attribute (a): rtpmap:110 H264/90000
Media Attribute (a): fmtp:110 profile-level-id=640028;packetization-mode=1;parameter-add=0
Media Attribute (a): rtpmap:112 H264/90000
Media Attribute (a): fmtp:112 profile-level-id=640028;parameter-add=0
As you can see the new firmware swaps profiles 109 and 110 and adds
packetization-mode=1
parameter to profile 109.
Our guess is that the Tandberg (Codian) MCU does not support packetization-mode=1 in reality and simply ignored this parameter
and kept sending H264 packets with packetization-mode=0.
So the problem is at the Tandberg side.