问题描述
类似于我之前在在此处输入链接描述中提出的问题,我还需要一个日志 pcapMAP_OPEN_REQ 和 MAP_OPEN_DELIMITER_REQ 消息.
Similar the question I asked before in enter link description here, I also need a Log pcap for MAP_OPEN_REQ and MAP_OPEN_DELIMITER_REQ messages.
当我发现包含 MAP/TCAP/SCCP 协议的 pcap 文件时在此处输入链接描述和
As I found pcap files containing MAP/TCAP/SCCP protocols enter link description here and enter link description here, but there is no log Pcap for MAP_OPEN_REQ there.
我怎样才能得到它?
推荐答案
您不会在 pcap 中找到 MAP-OPEN 和 MAP-DELIMITER,因为它们不是通过网络发送的.
You won't find MAP-OPEN and MAP-DELIMITER in the pcaps because they are not sent over the wire.
这些是 MAP 服务用户和 MAP 服务提供者之间使用的通用服务/原语.请参阅 3GPP 29.002 - 7 MAP 服务概述"和7.5 服务映射到 TC 的一般规则".
These are common services/primitives used between the MAP service-user and the MAP service-provider. See 3GPP 29.002 - "7 General on MAP services" and "7.5 General rules for mapping of services onto TC".
这篇关于需要为 MAP_OPEN_REQ 和 MAP_OPEN_DELIMITER_REQ 消息记录 pcap的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!