aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap_msg_factory.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25ranap_msg_factory: fix RAB IP addr byte order for use_x213_nsap==falseNeels Hofmeyr1-1/+1
2016-04-25new RAB: add use_x213_nsap parameter / change it to boolNeels Hofmeyr1-5/+8
2016-04-25cosmetic: comments, log typo, explicit pointerNeels Hofmeyr1-1/+1
2016-04-20ranap_msg_factory: Add keystatus parameter for security mode cmdDaniel Willmann1-2/+2
2016-04-19ranap_msg_factory: add Iu Release Complete msg generatorNeels Hofmeyr1-0/+28
2016-04-19add missing comment in ranap_msg_factory.cNeels Hofmeyr1-0/+1
2016-04-19ranap_msg_factory: add Security Mode Complete msg generatorNeels Hofmeyr1-0/+31
2016-02-18ranap_msg_factory: Use network byte order for 16 bit mode_versions fieldDaniel Willmann1-1/+1
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr1-4/+4
2016-01-03don't include hnbgw.h from ranap header filesHarald Welte1-1/+1
2016-01-03merge (+rename) iu_helpers.c into libosmo-ranapHarald Welte1-2/+2
2016-01-01ranap_msg_factory: Fix memory leaks in OCTET_STRINGHarald Welte1-9/+10
2016-01-01ranap_msg_factory: Mark 'RANAP_Cause_t *' as constHarald Welte1-1/+1
2016-01-01ranap_msg_factory: functions for RAB and IU Release RequestHarald Welte1-0/+69
2015-12-29fix copy+paste mistakes when encoding GTP TEI in RAB ParametersHarald Welte1-3/+3
2015-12-29make bitrates configurable in new_rab_par_data()Harald Welte1-4/+5
2015-12-28ranap_msg_factory.c: Use X.213 NSAP encoding for TransportLayerAddrHarald Welte1-4/+24
2015-12-28ranap_msg_factory: CipheringInformation is optional in SecurityModeCommandHarald Welte1-3/+3
2015-12-24ranap_msg_factory.c: Fix compiler warningsHarald Welte1-6/+6
2015-12-24ranap_msg_factory: use OCTET_STRING_fromBuf() in ranap_new_msg_dt()Harald Welte1-2/+1
2015-12-24ranap: New ranap_new_msg_initial_ue() funcitionHarald Welte1-1/+52
2015-12-24hnbgw: Bring all parts togetherHarald Welte1-0/+72
2015-12-19ranap: Don' shift the RAB ID by 3 bitsHarald Welte1-1/+1
2015-12-19ranap: No need for htonl() of IP addresses and the likeHarald Welte1-3/+3
2015-12-19ranap: Don't forget ProtocolIE-CointainerPair around ProtocolIE-FieldPairHarald Welte1-2/+7
2015-12-18First compiling (and leak-free) RANAP message generation functionsHarald Welte1-0/+625