Meeting Minutes - 2022/10/18 === ###### tags: `Meeting minutes` [TOC] # All Teams 1. Check the attendance of your team member in every meeting. Ask their reason why they can't join the meeting. :::danger Do not say "I don't know why he/she is not here" 2. Give Ian the HackMD page of your progresses. Your note will be compiled into a HackMD book for full documentation of 5G MOST project. :::warning **Note**: Please make sure your notes are understandable for him. (You may contact Ian for further check of your note's clearness) 3. If you trace a source code, please make a table that contain 3 main columns: 1. Procedure name from the specs standards 2. Function name in the source code 3. File location path from the source code example by [Ferlinda](https://hackmd.io/ObH_lJMEQDO7sUS3rI3fMQ?view#PNF): ### PNF table by Ferlinda These procedures are only available in nFAPI. There's no equivalent of these procedures in FAPI. > If using L2 Sim, then the PNF part will use the **nfapi_pnf.c** from oai-lte-5g-multi-ue-proxy/src/nfapi_pnf.c instead of oai/nfapi/oai_integration/nfapi_pnf.c. |Procedure|Function name|Path| |--|--|--| |PNF_PARAM.request|pnf_nr_connection_indication_cb|oai/nfapi/oai_integration/nfapi_vnf.c | |PNF_PARAM.reponse|pnf_nr_param_request|oai/nfapi/oai_integration/nfapi_pnf.c| |PNF_CONFIG.request|pnf_nr_param_resp_cb|oai/nfapi/oai_integration/nfapi_vnf.c| |PNF_CONFIG.response|pnf_nr_config_request|oai/nfapi/oai_integration/nfapi_pnf.c| |PNF_START.request|nr_config_resp_cb|oai/nfapi/oai_integration/nfapi_vnf.c| |PNF_START.response|nfapi_nr_send_pnf_start_resp|oai/nfapi/oai_integration/nfapi_pnf.c| |PNF_STOP.request|pnf_disconnection_indication_cb*|oai/nfapi/oai_integration/nfapi_vnf.c| |PNF_STOP.response|pnf_stop_request*|oai/nfapi/oai_integration/nfapi_pnf.c| 4. Create a HackMD documentation to share your knowledge to the others if you put 'study' as your milestone. So the others could learn from your note. ex: study 5G mitigation attack -> please put HackMD link that refer to your study result. :::info You may confirm with the other lab member, whether your note is understandable or not. # FHI Team 1. Add a table what are the differences of the RU TM500 & Foxconn 2. Give the explanation of every command that you tested. What are the purpose? how to verify the result is success or not