-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MMTypes used in the demo and the MMTypes defined in the HPGP spec #147
Comments
Hello @tropxy I can confirm a CM_MNBC_SOUND.IND is defined by 0x6076 (0x6074 | 0x0002). And in HPGP 1.1.1 July 4, 2013, CM_MNBC_SOUND is defined as 0x6074 (in table 11-6, which means 0x6076 for MNBC_SOUND.IND). Best regards Olivier |
And another question. When I tried to replicate for example the CM_MNBC_SOUND.IND and sniffed the package in wireshark, wireshark recognizes it as a HPGP packet but doesnt recognise it as a CM_MNBC_SOUND message. The same does NOT happen with a CM_SET_KEY. Given that wireshark has dissectors for Homeplug, I would expect wireshark to recognise the payload. Do you experience the same behaviour ? |
I may be doing something wrong. My wireshark recognizes a CM_SLAC_PARM but not a CM_MNBC_SOUND. I will test it again and see if I can find the error. thanks and apologies for the email issue. |
OK, my linux machine wireshark was outdated. On my Mac I had the most recent one, but not in Linux, so now I can see the CM_MNBC_SOUND ;) |
Could also anyone tell me if the Cipher Suit is to be used or not? According to ISO15118-3 it shall not be used, because the SECURITY_TYPE is 0x00 (as also suggested by HPGP spec), but according with Qualcomm slac, it is used: open-plc-utils/slac/pev_cm_slac_param.c Line 126 in bb50f63
|
If you intend to apply HPGP for ISO 15118-3, then, best is to follow ISO 15118-3. Good luck! |
Hi again, do you know what is the base MM code used for the APCM_SET_CCo message? |
Does anyone knows? Thank you! |
I would really appreciate if someone can provide me an answer, thanks! |
Hi,
I have been digging a bit into the slac code and HPGP spec and I noticed the following.
Whilst in the spec the MMType CM_MNBC_SOUND.IND is defined as 0x6078 (page 518 HPGP version 1.1 Feb, 2012), in
here
open-plc-utils/slac/evse_cm_mnbc_sound.c
Line 108 in bb50f63
which is
which results in the hexadecimal value:
0x6076
And this is not the same as stated in HPGP spec.
Like this, the same happens with other MMTypes used by the Qualcomm demo. I suppose I am missing here something, but I dont know what. Can someone tell me what?
Thank you in advance!
André
The text was updated successfully, but these errors were encountered: