<div dir="ltr">Hi All,<div><br></div><div>So, Im quite new to ndnsim and have been trying out the example custom caching policy as given in the demo ppt.</div><div><br></div><div>So far I have </div><div><br></div><div>- placed the policy traits, example_policy.h into scenario/extensions/ folder</div><div><br></div><div>- placed the content store implementation of the policy cs-with-example-policy.cc(code exactly as given in the ppt) in the same folder, ie, scenario/extensions/ folder</div><div><br></div><div>- have added the following lines into src/ndnSIM/model/cs/content-store-impl.cpp</div><div><br></div><div>template class ContentStoreImpl<example_policy_traits></div><div>NS_OBJECT_ENSURE_REGISTERED_TEMP(ContentStoreImpl,example_policy_traits);</div><div><br></div><div><br></div><div>- and finally in my simulation scenario, i refer to this policy using</div><div><br></div><div>ndnHelper.setOldContentStore("ns3::ndn::cs::Example");</div><div><br></div><div>But when I run this scenario, it just throws up a bunch of errors.</div><div>Am I missing some steps?,Where could I have gone wrong?</div><div><br></div><div>Sorry if my problem is too obvious, I'am a beginner here.</div><div><br></div><div>Thank you! </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>